From 28c8d29c1a1085c3d79a76c12a9a80ed8043c2c2 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期一, 17 三月 2025 17:34:17 +0800
Subject: [PATCH] bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml
index 1731395..4ded239 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ComplaintMapper.xml
@@ -307,7 +307,7 @@
                 sgsb_complaint_audit_record where audit_type = 3 and audit_status = 1 and report_type =
                 #{loginUserInfo.accountLevel} and superior_id = #{loginUserInfo.communityId}))
             </if>
-            <if test="query.status!=null and query.status == 0">
+            <if test="query.status!=null and query.status!=''">
                 AND t.status = #{query.status}
             </if>
             <if test="query.reportUserName != null and query.reportUserName!=''">

--
Gitblit v1.7.1