From 536a94fb285c41958ed9a315f9909a157f908ec8 Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Mon, 21 Feb 2022 20:25:35 +0800
Subject: [PATCH] 用户会员,会员题库crud 新增

---
 src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 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 c9dcf19..134d633 100644
--- a/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
+++ b/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -93,7 +93,7 @@
         str.id = es.apply_id
         where
         1=1
-        and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4)
+        and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4 or str.is_exam = 5)
         <if test="examScore.examName!=null and  examScore.examName!=''">
             and ke.exam_name like concat('%', #{examScore.examName},'%')
         </if>
@@ -381,7 +381,7 @@
         str.id = es.apply_id
         where
         1=1
-        and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4)
+        and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4 or str.is_exam = 5)
         <if test="examScore.examName!=null and  examScore.examName!='' and examScore.examName!='undefined'">
             and ke.exam_name like concat('%', #{examScore.examName},'%')
         </if>

--
Gitblit v1.9.3