From 8f63d5ce747106195b279e1c158fd12f9997a770 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 18 三月 2025 19:08:40 +0800
Subject: [PATCH] 检验任务代码迁移&爱尚平台对接测试

---
 cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml b/cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml
index 3727524..4cfedee 100644
--- a/cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml
+++ b/cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml
@@ -11,6 +11,9 @@
             <if test="beginDate != null and beginDate != '' and endDate != null and endDate != ''">
                 and create_time between #{beginDate} and #{endDate}
             </if>
+        <if test="endDate != '' and  endDate != null">
+            and create_time &lt; #{endDate}
+        </if>
         </where>
         order by create_time desc
         ) a

--
Gitblit v1.9.3