From dcaf925420fb92f162b933d1a95686978e111380 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 16 Sep 2021 09:31:42 +0800
Subject: [PATCH] 考试详情

---
 src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 f0c786d..9a84723 100644
--- a/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
+++ b/src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -155,7 +155,7 @@
 <!--        exam_score exam-->
 <!--	    LEFT JOIN blade_user user ON exam.user_id = user.id-->
 <!--        WHERE 1 = 1-->
-<!--        <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'">-->
+<!--        <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1372091709474910209'">-->
 <!--             AND user.jurisdiction = #{jurisdiction}-->
 <!--        </if>-->
 <!--        <if test="deptid!=null and deptid==''">-->
@@ -171,7 +171,7 @@
 <!--        exam_score exam-->
 <!--        LEFT JOIN blade_user user ON exam.user_id = user.id-->
 <!--        WHERE 1 = 1-->
-<!--        <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'">-->
+<!--        <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1372091709474910209'">-->
 <!--            AND user.jurisdiction = #{jurisdiction}-->
 <!--        </if>-->
 <!--        <if test="deptid!=null and deptid==''">-->
@@ -189,7 +189,7 @@
         exam_score exam
         LEFT JOIN blade_user user ON exam.user_id = user.id
         WHERE 1 = 1 AND theory_grade is not null
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             AND user.jurisdiction = #{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">
@@ -207,7 +207,7 @@
         exam_score exam
         LEFT JOIN blade_user user ON exam.user_id = user.id
         WHERE 1 = 1 AND learn_grade is not null
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             AND user.jurisdiction = #{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">
@@ -227,7 +227,7 @@
         LEFT JOIN blade_user user ON exam.user_id = user.id
         WHERE
         1 = 1
-        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1123598813738675201'">
+        <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
             AND user.jurisdiction = #{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">

--
Gitblit v1.9.3