|
@@ -128,6 +128,8 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
if(!CollectionUtils.isEmpty(examRoomStudentRelations)){
|
|
|
examRoomStudentRelationDao.batchInsert(examRoomStudentRelations);
|
|
|
examTeacherSalaryService.teacherSalarySettlementWithExam(examRoom.getExaminationBasicId());
|
|
|
+ examRoom.setExamRoomStudentNum(examRoom.getExamRoomStudentNum()+examRoomStudentRelations.size());
|
|
|
+ examRoomDao.update(examRoom);
|
|
|
}
|
|
|
if(!CollectionUtils.isEmpty(studentExamResults)){
|
|
|
studentExamResultDao.batchInsert(studentExamResults);
|