zhanghua
2024-04-01 1ecc960b64081fd162421b6d74391b8df4631554
bug修改
1个文件已修改
4 ■■■■ 已修改文件
ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-platform/src/main/resources/mapper/caseHandler/DisposeRecordMapper.xml
@@ -56,7 +56,7 @@
        left join ums_sccg_region t5 on t5.id = t3.community_id
        <where>
            t1.admin_id = #{id} and t3.`code` is not null
            AND t2.state = 0
            AND t2.state = 0 and t1.role_id != 35
            <if test="code!='' and code!=null">
                and t3.`code` LIKE CONCAT('%',#{code},'%')
            </if>
@@ -117,7 +117,7 @@
        left join ums_sccg_region t5 on t5.id = t3.community_id
        <where>
            t1.admin_id = #{id} and t3.`code` is not null
            AND t2.state = 0
            AND t2.state = 0 and t1.role_id != 35
            <if test="code!='' and code!=null">
                and t3.`code` LIKE CONCAT('%',#{code},'%')
            </if>