【新增】 监控管理下载学生文件

This commit is contained in:
dlaren
2025-08-19 16:03:31 +08:00
parent b25e354303
commit f21286d7a2
7 changed files with 66 additions and 31 deletions

View File

@@ -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>