huanghongfa
2022-04-14 f6cc990981d6f12e005faa652a316b0be947ce35
Merge remote-tracking branch 'origin/huacheng' into huacheng
1个文件已修改
8 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAcidRecordMapper.xml
@@ -43,10 +43,10 @@
                </if>
            </if>
            <if test="commonPage.departureCity !=null and commonPage.departureCity !=''">
                and departure_city = #{commonPage.departureCity}
                and departure_city like concat('%',#{commonPage.departureCity},'%')
            </if>
            <if test="commonPage.localCity !=null and commonPage.localCity !=''">
                and local_city = #{commonPage.localCity}
                and local_city like concat('%',#{commonPage.localCity},'%')
            </if>
        </where>
        order by create_time desc
@@ -73,10 +73,10 @@
                </if>
            </if>
            <if test="commonPage.departureCity !=null and commonPage.departureCity !=''">
                and departure_city = #{commonPage.departureCity}
                and departure_city like concat('%',#{commonPage.departureCity},'%')
            </if>
            <if test="commonPage.localCity !=null and commonPage.localCity !=''">
                and local_city = #{commonPage.localCity}
                and local_city like concat('%',#{commonPage.localCity},'%')
            </if>
        </where>
        order by create_time desc