From ef57094e91072ebe05bb3781e028d6d7ad8a0c45 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期一, 17 二月 2025 11:15:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev-20250116' into dev-20250116

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

diff --git a/exam-system/src/main/resources/mapper/institutionaccess/ThBatchMapper.xml b/exam-system/src/main/resources/mapper/institutionaccess/ThBatchMapper.xml
index a3ddd68..12cdacd 100644
--- a/exam-system/src/main/resources/mapper/institutionaccess/ThBatchMapper.xml
+++ b/exam-system/src/main/resources/mapper/institutionaccess/ThBatchMapper.xml
@@ -30,7 +30,7 @@
             and subject_code like concat(#{query.subjectCode}, '%')
         </if>
         <if test="query.trainOrgName != null and query.trainOrgName != ''">
-            and train_org_name = #{query.trainOrgName}, '%')
+            and train_org_name = #{query.trainOrgName}
         </if>
         <if test="query.startTime != null"><!-- 开始时间检索 -->
             and date_format(actual_start_time,'%y-%m-%d') &gt;= date_format(#{query.startTime},'%y-%m-%d')

--
Gitblit v1.9.2