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