调整
This commit is contained in:
parent
743f529c31
commit
8d29ed67ca
@ -52,10 +52,7 @@
|
||||
AND item.system_code = #{entity.systemCode}
|
||||
</if>
|
||||
<if test="entity.phoneNumber != null and entity.phoneNumber != ''">
|
||||
AND main.phoneNumber LIKE concat('%',#{entity.phoneNumber},'%')
|
||||
</if>
|
||||
<if test="entity.idCard != null and entity.idCard != ''">
|
||||
AND main.idCard LIKE concat('%',#{entity.idCard},'%')
|
||||
AND main.phone_number LIKE concat('%',#{entity.phoneNumber},'%')
|
||||
</if>
|
||||
</where>
|
||||
GROUP BY main.id
|
||||
|
Loading…
Reference in New Issue
Block a user