101captain
2022-04-14 0e499e746c7c6a0819f1bda773ae503bcd7a5686
花城E+防疫修改
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml
@@ -35,10 +35,10 @@
                and create_time between #{commonPage.startTime} and #{commonPage.stopTime}
            </if>
            <if test="commonPage.isAddress !=null">
                <if test="commonPage.idAddress == 0">
                <if test="commonPage.isAddress == 0">
                    and local_city is null
                </if>
                <if test="commonPage.idAddress == 1">
                <if test="commonPage.isAddress == 1">
                    and local_city is not null
                </if>
            </if>