@ -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>