Browse Source

疫苗接种点,核酸检测点 pc 管理

feature/teamB_zz_wgh
wanggongfeng 3 years ago
parent
commit
66750e9e9f
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

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

@ -1142,6 +1142,6 @@
left join user_base_info ub on ub.ID_NUM = ru.ID_CARD and ub.DEL_FLAG = 0 left join user_base_info ub on ub.ID_NUM = ru.ID_CARD and ub.DEL_FLAG = 0
where ru.DEL_FLAG = 0 where ru.DEL_FLAG = 0
and ub.USER_ID is not null and ub.USER_ID is not null
and ru.AGENCY_ID = #{communityId} and FIND_IN_SET(#{communityId},ru.PIDS)
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save