Browse Source

一户一档只的删除

dev
jianjun 3 years ago
parent
commit
ad733b475a
  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
WHERE
STATUS = '0'
AND DEL_FLAG = '0'
AND CUSTOMER_ID = #{customerId}
<if test="pids != null and pids.trim() != ''">
and ( AGENCY_ID = #{agencyId} OR PIDS like CONCAT(#{pids}, '%') )

Loading…
Cancel
Save