From 3b41fe9e869a31d160925b032da4a3ccedc9595e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9B=A8=E6=9C=A8c?= <857448963@qq.com>
Date: Thu, 31 Aug 2023 13:42:36 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E7=9D=A3=E8=AE=A1=E5=88=92bug?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../java/com/njcn/process/mapper/mapping/SupvReportMMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pqs-process/process-boot/src/main/java/com/njcn/process/mapper/mapping/SupvReportMMapper.xml b/pqs-process/process-boot/src/main/java/com/njcn/process/mapper/mapping/SupvReportMMapper.xml
index 6c882334b..3aba72ba5 100644
--- a/pqs-process/process-boot/src/main/java/com/njcn/process/mapper/mapping/SupvReportMMapper.xml
+++ b/pqs-process/process-boot/src/main/java/com/njcn/process/mapper/mapping/SupvReportMMapper.xml
@@ -30,7 +30,7 @@
where
b.supv_Type = #{statisticType}
- and a.plan_Rectification_Time between #{startTime} and #{endTime}
+ and a.discovery_Time between #{startTime} and #{endTime}
and a.rectification_Status = #{rectificationStatus}