|  | @@ -1633,7 +1633,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 | 
											
												
													
														|  |                  Map<Integer, Long> studentSubjectIdMap = MapUtil.convertIntegerMap(studentSubjectIdMaps);
 |  |                  Map<Integer, Long> studentSubjectIdMap = MapUtil.convertIntegerMap(studentSubjectIdMaps);
 | 
											
												
													
														|  |                  truantStudent.forEach(studentAttendanceViewDto -> {
 |  |                  truantStudent.forEach(studentAttendanceViewDto -> {
 | 
											
												
													
														|  |                      studentAttendanceViewDto.setSubjectName(studentSubjectNameMap.get(studentAttendanceViewDto.getStudentId().intValue()));
 |  |                      studentAttendanceViewDto.setSubjectName(studentSubjectNameMap.get(studentAttendanceViewDto.getStudentId().intValue()));
 | 
											
												
													
														|  | -                    studentAttendanceViewDto.setSubjectId(studentSubjectIdMap.get(studentAttendanceViewDto.getStudentId()));
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    studentAttendanceViewDto.setSubjectId(studentSubjectIdMap.get(studentAttendanceViewDto.getStudentId().intValue()));
 | 
											
												
													
														|  |                  });
 |  |                  });
 | 
											
												
													
														|  |              }else if(schedule.getGroupType() != MUSIC){
 |  |              }else if(schedule.getGroupType() != MUSIC){
 | 
											
												
													
														|  |                  ClassGroup classGroup = classGroupDao.get(schedule.getClassGroupId());
 |  |                  ClassGroup classGroup = classGroupDao.get(schedule.getClassGroupId());
 |