From 2ceb5cc35cdbe61a738b2864db5411a4ddc5da50 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期六, 12 十月 2024 16:41:19 +0800
Subject: [PATCH] 优化

---
 exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml b/exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml
index 23e8467..6763a25 100644
--- a/exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml
+++ b/exam-system/src/main/resources/mapper/institutionaccess/ThCertMapper.xml
@@ -12,10 +12,10 @@
                  and a.institution_name =#{institutionName}
             </if>
             <if test="startTime!=null and startTime!=''">
-                and a.cert_ime &gt;= #{startTime}
+                and a.cert_time &gt;= #{startTime}
             </if>
             <if test="endTime!=null and endTime!=''">
-                and a.cert_ime &lt;= #{endTime}
+                and a.cert_time &lt;= #{endTime}
             </if>
             <if test="trainOrgName!=null and trainOrgName!=''">
                 and a.train_org_name =#{trainOrgName}

--
Gitblit v1.9.2