【新增】 监控管理下载学生文件
This commit is contained in:
@@ -23,5 +23,10 @@
|
||||
AND paper_id = #{paperId}
|
||||
and type = #{type}
|
||||
</select>
|
||||
<select id="findByTemporaryId" resultType="pc.exam.pp.module.exam.dal.dataobject.student.StuPaperFileDO">
|
||||
SELECT *
|
||||
FROM exam_stu_paper_fileurl
|
||||
WHERE temporary_id = #{temporaryId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user