|
|
@@ -67,6 +67,9 @@
|
|
|
<if test="dto.name != null and dto.name != ''">
|
|
|
and t1.name like concat('%', #{dto.name},'%')
|
|
|
</if>
|
|
|
+ <if test="dto.credentialNumber != null and dto.credentialNumber != ''">
|
|
|
+ and t1.credential_number like concat('%', #{dto.credentialNumber},'%')
|
|
|
+ </if>
|
|
|
<if test="dto.userName != null and dto.userName != ''">
|
|
|
and t1.user_name like concat('%', #{dto.userName},'%')
|
|
|
</if>
|