Browse Source

Merge remote-tracking branch 'origin/master'

feature/teamB_zz_wgh
jianjun 3 years ago
parent
commit
527bd9f9fb
  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

@ -1188,6 +1188,8 @@
left join user_base_info ub on ub.ID_NUM = ru.ID_CARD and ub.DEL_FLAG = 0
where ru.DEL_FLAG = 0
and ub.USER_ID is not null
and ru.MOBILE is not null
and ru.MOBILE != ''
and ru.PIDS like CONCAT('%',#{communityId},'%')
</select>
</mapper>

Loading…
Cancel
Save