Browse Source

Merge remote-tracking branch 'remotes/origin/dev_move_out_of' into dev

dev
jianjun 3 years ago
parent
commit
c6fce76a11
  1. 1
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

1
epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

@ -953,6 +953,7 @@
FROM ic_resi_user FROM ic_resi_user
WHERE WHERE
STATUS = '0' STATUS = '0'
AND DEL_FLAG = '0'
AND CUSTOMER_ID = #{customerId} AND CUSTOMER_ID = #{customerId}
<if test="pids != null and pids.trim() != ''"> <if test="pids != null and pids.trim() != ''">
and ( AGENCY_ID = #{agencyId} OR PIDS like CONCAT(#{pids}, '%') ) and ( AGENCY_ID = #{agencyId} OR PIDS like CONCAT(#{pids}, '%') )

Loading…
Cancel
Save