linwei
2024-01-23 d2fe6340ee6a37bf73fd491a4adfcbe0f78eacd7
社区民警修改
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/community/mapper/CommunityMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/community/mapper/CommunityMapper.xml
@@ -59,7 +59,7 @@
    <!--自定义分页列表查询-->
    <select id="getCommunityCodeListByUserId" resultType="java.lang.String">
        select code from jczz_community
        where is_deleted = 0 and res_police_user_id = #{userId}
        where is_deleted = 0 and res_police_user_id like concat('%',#{userId},'%')
    </select>