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