【修改】监控管理,【新增】学生端试卷接口

This commit is contained in:
YOHO\20373
2025-05-05 21:19:14 +08:00
47 changed files with 722 additions and 45 deletions

View File

@@ -113,6 +113,12 @@
<select id="selectStuClassNameByClassId" resultType="java.lang.String">
select name from exam_class where id=#{classId}
</select>
<select id="selectEducationPaperTaskByTaskType"
resultMap="EducationPaperTaskResult">
<include refid="selectEducationPaperTaskVo"/>
where task_type = #{id}
and deleted='0'
</select>
<insert id="insertEducationPaperTask" parameterType="EducationPaperTask">