puhanshu
2022-05-07 f5142bcef11bddb6c80ce7ba2ff083a58eab836a
花城优化
2个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidDangerMemberMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidDangerMemberMapper.xml
@@ -42,7 +42,7 @@
            </if>
            <if test="commonPage.isAddress !=null">
                <if test="commonPage.isAddress == 0">
                    and t2.local_city is null
                    and (t2.local_city is null OR LENGTH(TRIM(t2.local_city)) = 0)
                </if>
                <if test="commonPage.isAddress == 1">
                    and t2.local_city is not null AND LENGTH(TRIM(t2.local_city)) > 0
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml
@@ -36,7 +36,7 @@
            </if>
            <if test="commonPage.isAddress !=null">
                <if test="commonPage.isAddress == 0">
                    and local_city is null
                    and (local_city is null OR LENGTH(TRIM(local_city)) = 0)
                </if>
                <if test="commonPage.isAddress == 1">
                    and local_city is not null AND LENGTH(TRIM(local_city)) > 0
@@ -72,7 +72,7 @@
            </if>
            <if test="commonPage.isAddress !=null">
                <if test="commonPage.isAddress == 0">
                    and local_city is null
                    and (local_city is null OR LENGTH(TRIM(local_city)) = 0)
                </if>
                <if test="commonPage.isAddress == 1">
                    and local_city is not null AND LENGTH(TRIM(local_city)) > 0