From 200b1601aa95c41d573a8d3ee010e2131e887656 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8C=97=E9=A3=8E?= <2452618307@qq.com>
Date: Mon, 22 Apr 2024 15:54:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=97=A0=E6=B3=95=E4=BD=BF?=
=?UTF-8?q?=E7=94=A8=E5=B7=B2=E6=92=A4=E5=9B=9E=E6=9D=A1=E4=BB=B6=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mappers/newcheck/NewSubCheckManageMapper.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mappers/newcheck/NewSubCheckManageMapper.xml b/src/main/resources/mappers/newcheck/NewSubCheckManageMapper.xml
index 891a053..6d38668 100644
--- a/src/main/resources/mappers/newcheck/NewSubCheckManageMapper.xml
+++ b/src/main/resources/mappers/newcheck/NewSubCheckManageMapper.xml
@@ -16,14 +16,18 @@
and bmp.start_time between #{startDate} and #{endDate}
-
and apc.audit_status ='0' and apc.audit_status !='5'
- and apc.audit_status = #{auditStatus} and apc.audit_status !='5'
-
+
+ and apc.audit_status = #{auditStatus} and apc.audit_status !='5'
+
+
+
+ and apc.audit_status = #{auditStatus}
+
ORDER BY apc.id desc