智慧保安后台管理-外网项目备份
guoshilong
2023-12-12 86ff330e3270baa153744400ca116e7d049c3ac8
src/main/java/org/springblade/modules/exam/mapper/ExamPaperMapper.xml
@@ -596,6 +596,13 @@
            ) esc
            LEFT JOIN exam_subject_option eso ON esc.id = eso.subject_choices_id
    </select>
    <select id="getList" resultType="org.springblade.modules.exam.vo.ExamPaperVO">
        SELECT * FROM ksxt_exam
        where 1=1
        <if test="vo.examTime != null and vo.examTime != ''">
            AND DATE_FORMAT(start_time,'%Y-%m-%d') = DATE_FORMAT(#{vo.examTime},'%Y-%m-%d')
        </if>
    </select>
</mapper>