【修改】试卷、试卷任务删除增加判断逻辑,ps增加注册表版本

This commit is contained in:
huababa1
2025-07-07 19:47:11 +08:00
parent 794697fdbc
commit 594056f6cc
7 changed files with 75 additions and 20 deletions

View File

@@ -128,7 +128,7 @@ select task_id from education_paper where paper_id=#{paperId}
select paper_id ,num from education_paper where task_id=#{taskId} and deleted ='0'
</select>
<select id="countPapersByTaskId" resultType="java.lang.Integer">
select count(*) from education_paper where task_id =#{taskId}
select count(*) from education_paper where task_id =#{taskId} and deleted ='0'
</select>
<select id="selectTaskNumByids" resultType="java.lang.String">
select task_num from education_paper_task