puhanshu
2021-12-31 440daecfe4ea134d49ae5b17b6bf43dde7d1eca2
大屏修改-3116
1个文件已修改
2 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngPopulationDOMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComMngPopulationDOMapper.xml
@@ -1123,6 +1123,7 @@
        <if test="pageBaseDTO.param3 != null and pageBaseDTO.param3 == 2">
            AND event_deal_status != 4
        </if>
        ORDER BY e.create_at DESC
        UNION ALL SELECT
        CASE
        WHEN classify_id = 4 THEN 1
@@ -1144,5 +1145,6 @@
        <if test="pageBaseDTO.param3 != null and pageBaseDTO.param3 == 2">
            AND handle_status != 2
        </if>
        ORDER BY create_at DESC
    </select>
</mapper>