智慧保安后台管理-外网项目备份
Administrator
2021-08-28 0b4084a4f290e311abe5d694fb6ff10ea8e4df9a
src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -152,7 +152,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!='1123598813738675201'">
             AND user.jurisdiction = #{jurisdiction}
        </if>
        <if test="deptid!=null and deptid==''">
@@ -168,7 +168,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!='1123598813738675201'">
            AND user.jurisdiction = #{jurisdiction}
        </if>
        <if test="deptid!=null and deptid==''">