From 4ec7343bd6cf2c708f6abe038b1787f75b712e3c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 20 Jul 2021 09:07:04 +0800
Subject: [PATCH] 去除考试类型
---
src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml b/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
index b957086..dce17ed 100644
--- a/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
+++ b/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -21,9 +21,9 @@
<if test="examScore.securityName!=null and examScore.securityName!=''">
and security_name like concat('%', #{examScore.securityName},'%')
</if>
- <if test="examScore.examType!=null">
- and exam_type = #{examScore.examType}
- </if>
+<!-- <if test="examScore.examType!=null">-->
+<!-- and exam_type = #{examScore.examType}-->
+<!-- </if>-->
</select>
<!--考试成绩详情信息-->
--
Gitblit v1.9.3