|
@@ -438,7 +438,7 @@ public class ExamRoomServiceImpl extends BaseServiceImpl<Long, ExamRoom> impleme
|
|
|
List<ExamRoomStudentRelation> examRoomStudentWithOrgans = examRoomStudentRelationDao.getNoSendExamPlanRooms(examId.longValue(), null);
|
|
|
|
|
|
if(CollectionUtils.isEmpty(examRoomStudentWithOrgans)){
|
|
|
- return BaseController.succeed("所有考场都已发送考试安排");
|
|
|
+ return BaseController.succeedData("所有考场都已发送考试安排");
|
|
|
}
|
|
|
|
|
|
Set<Integer> locationIds = examRoomStudentWithOrgans.stream().filter(e -> Objects.nonNull(e.getExamLocationId())).map(ExamRoomStudentRelation::getExamLocationId).collect(Collectors.toSet());
|