From bc472feefdfc4afbcb0fcd35a8fb8d047edf6a9f Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Tue, 18 Feb 2025 16:50:30 +0800
Subject: [PATCH] 煤矿缴费修改
---
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') >= date_format(#{query.startTime},'%y-%m-%d')
--
Gitblit v1.9.2