智慧保安后台管理-外网
Administrator
2021-11-27 ab45d901a21c76e5422006fcbc78cf6dcb63305f
成绩查询修改
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -92,7 +92,7 @@
        str.id = es.apply_id
        where
        1=1
        and (str.is_exam = 2 or str.is_exam = 3)
        and (str.is_exam = 2 or str.is_exam = 3 or str.is_exam = 4)
        <if test="examScore.examName!=null and  examScore.examName!=''">
            and ke.exam_name like concat('%', #{examScore.examName},'%')
        </if>