【修改】学生端试卷任务列表 次数
This commit is contained in:
@@ -119,7 +119,7 @@ select task_id from education_paper where paper_id=#{paperId}
|
||||
</select>
|
||||
<select id="selectPaperListByTaskId" resultMap="EducationPaperResult">
|
||||
<include refid="selectEducationPaperVo"/>
|
||||
where task_id =#{taskId} and deleted ='0'
|
||||
where task_id =#{taskId} and deleted ='0' and status ='0'
|
||||
</select>
|
||||
<select id="selectCountPaperList" resultType="java.lang.Integer">
|
||||
select count(*) from education_paper
|
||||
|
Reference in New Issue
Block a user