|
|
AND t2.credential_number LIKE concat('%', #{dto.credentialNumber}, '%')
|
|
AND t2.credential_number LIKE concat('%', #{dto.credentialNumber}, '%')
|
|
|
<foreach item="notInId" index="index" collection="dto.notInIds" open="(" close=")" separator=",">
|
|
<foreach item="notInId" index="index" collection="dto.notInIds" open="(" close=")" separator=",">
|