|
@ -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 FIND_IN_SET(#{communityId},ru.PIDS) |
|
|
and ru.PIDS like CONCAT('%',#{communityId},'%') |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |
|
|