智慧保安后台管理-外网项目备份
guoshilong
2023-12-19 934b32c0af147ef324736c835e0e877962e893fe
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>