@@ -172,6 +172,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and up.section_id=#{typeId}
and up.exam_id=#{examId}
AND ups.period_status =1
-
+ and ups.record_end_time is not null
</select>
</mapper>
@@ -184,5 +184,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and up.chapter_id=0
and up.section_id=#{sectionId}