【修改】试卷、试卷任务删除增加判断逻辑,ps增加注册表版本
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user