|
@@ -852,7 +852,7 @@ public class ExamRoomServiceImpl extends BaseServiceImpl<Long, ExamRoom> impleme
|
|
|
// map.put("teacherId",examRoom.getMainTeacherUserId());
|
|
|
// examReviewDao.countExamReviewRecordList(map);
|
|
|
int i = examReviewDao.getCloseFlag(examRoomId);
|
|
|
- if(i > 0){
|
|
|
+ if(i == 0){
|
|
|
throw new BizException("操作失败:还有老师没完成评审");
|
|
|
}
|
|
|
// imFeignService.dismissGroup(sysUser.getId().toString(),examRoomId.toString());
|