puhanshu
2022-05-07 3b6fd0291eb39cdae9c89e821973153df0011d67
花城优化
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
@@ -45,7 +45,7 @@
                    and t2.local_city is null
                </if>
                <if test="commonPage.isAddress == 1">
                    and t2.local_city is not null
                    and t2.local_city is not null AND LENGTH(TRIM(t2.local_city)) > 0
                </if>
            </if>
            <if test="commonPage.localCity !=null and commonPage.localCity !='' and commonPage.localCity !='panzhihua'">
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml
@@ -39,7 +39,7 @@
                    and local_city is null
                </if>
                <if test="commonPage.isAddress == 1">
                    and local_city is not null
                    and local_city is not null AND LENGTH(TRIM(local_city)) > 0
                </if>
            </if>
            <if test="commonPage.departureCity !=null and commonPage.departureCity !=''">
@@ -75,7 +75,7 @@
                    and local_city is null
                </if>
                <if test="commonPage.isAddress == 1">
                    and local_city is not null
                    and local_city is not null AND LENGTH(TRIM(local_city)) > 0
                </if>
            </if>
            <if test="commonPage.departureCity !=null and commonPage.departureCity !=''">