linwei
2024-01-30 b6f3fc5aec6af3ea4c8a46038f226239181d76aa
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>