|
@@ -242,7 +242,7 @@ public interface ExamStudentDao extends PagingAndSortingRepository<ExamStudent,
|
|
|
public void scoreVerifyTag(Integer userId, Date time, Boolean tag, Integer studentId);
|
|
|
|
|
|
@Modifying
|
|
|
- @Query("update ExamStudent s set s.inspected=0,s.inspectTime=null ,s.inspectorId=null where s.examId=?1 and s.subjectCode=?2 and s.inspected=0")
|
|
|
+ @Query("update ExamStudent s set s.inspected=0,s.inspectTime=null ,s.inspectorId=null where s.examId=?1 and s.subjectCode=?2 and s.inspected=1")
|
|
|
public void cancelInspect(int examId, String subjectCode);
|
|
|
|
|
|
@Modifying
|