智慧保安后台管理-外网项目备份
zengh
2021-07-20 4ec7343bd6cf2c708f6abe038b1787f75b712e3c
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>
    <!--考试成绩详情信息-->