【修改】监控管理,【新增】学生端试卷接口
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user