Browse Source

Merge branch 'master' of http://121.42.41.42:7070/r/epmet-cloud

feature/teamB_zz_wgh
zhangyuan 3 years ago
parent
commit
058242d4d6
  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

@ -948,6 +948,7 @@
ic_resi_user
WHERE
del_flag = '0'
AND sub_status not in('11','21')<!-- 排除迁出和死亡人员数据 -->
<choose>
<when test='orgType == "agency"'>
AND (agency_id = #{orgId} OR pids LIKE CONCAT('%', #{orgId}, '%'))

Loading…
Cancel
Save