mitao
2025-03-19 102f0be0724fdd2854f459ef4603b9980bcc7434
修改bug
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml
@@ -143,7 +143,7 @@
                AND (sc.status IN(0,1,2) and scar.audit_status != 0 || sc.status IN(0,1,2) and scar.audit_status is null)
            </if>
            <if test="query.type!=null and query.type == 2">
                AND sc.status = 3
                AND sc.status IN (3,8)
            </if>
        </where>
        ORDER BY sc.create_time DESC