|
@@ -304,6 +304,7 @@ public class ExamRoomServiceImpl extends BaseServiceImpl<Long, ExamRoom> impleme
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
public void checkRoomTeachers(List<ExamRoom> examRooms) {
|
|
public void checkRoomTeachers(List<ExamRoom> examRooms) {
|
|
if(CollectionUtils.isEmpty(examRooms)){
|
|
if(CollectionUtils.isEmpty(examRooms)){
|
|
throw new BizException("考场信息异常");
|
|
throw new BizException("考场信息异常");
|