【新增】浏览器、mysql、文件夹判分,监控管理后台接口
This commit is contained in:
@@ -107,6 +107,12 @@
|
||||
)
|
||||
</if>
|
||||
</select>
|
||||
<select id="selectEducationPaperTaskNameByid" resultType="java.lang.String">
|
||||
select task_name from education_paper_task where task_id=#{taskId}
|
||||
</select>
|
||||
<select id="selectStuClassNameByClassId" resultType="java.lang.String">
|
||||
select name from exam_class where id=#{classId}
|
||||
</select>
|
||||
|
||||
|
||||
<insert id="insertEducationPaperTask" parameterType="EducationPaperTask">
|
||||
|
Reference in New Issue
Block a user