智慧保安后台管理-外网
Administrator
2022-06-13 f6eeb01e5a77965facfb0ae9a517b09681b3f69f
src/main/java/org/springblade/modules/exam/mapper/ExamScoreMapper.xml
@@ -532,5 +532,10 @@
        SELECT * from exam_score where date_format(exam_time,'%Y-%M-%d') = date_format(now(),'%Y-%M-%d')
    </select>
    <!--查询考试成绩按时间-->
    <select id="getExamScoreListByTime" resultType="org.springblade.modules.exam.entity.ExamScore">
        SELECT * from exam_score where date_format(exam_time,'%Y-%M-%d') = date_format(#{time},'%Y-%M-%d')
    </select>
</mapper>