|  | @@ -891,6 +891,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 | 
											
												
													
														|  |              studentRegistrationService.update(studentRegistration);
 |  |              studentRegistrationService.update(studentRegistration);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |              ClassGroupStudentMapper classGroupStudentMapper = new ClassGroupStudentMapper();
 |  |              ClassGroupStudentMapper classGroupStudentMapper = new ClassGroupStudentMapper();
 | 
											
												
													
														|  | 
 |  | +            classGroupStudentMapper.setMusicGroupId(musicGroupId);
 | 
											
												
													
														|  |              classGroupStudentMapper.setClassGroupId(classGroup.getId());
 |  |              classGroupStudentMapper.setClassGroupId(classGroup.getId());
 | 
											
												
													
														|  |              classGroupStudentMapper.setUserId(studentRegistration.getUserId());
 |  |              classGroupStudentMapper.setUserId(studentRegistration.getUserId());
 | 
											
												
													
														|  |              classGroupStudentMapper.setCreateTime(date);
 |  |              classGroupStudentMapper.setCreateTime(date);
 | 
											
										
											
												
													
														|  | @@ -1308,6 +1309,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 | 
											
												
													
														|  |          List<ClassGroupStudentMapper> classGroupStudentMapperList = new ArrayList<>();
 |  |          List<ClassGroupStudentMapper> classGroupStudentMapperList = new ArrayList<>();
 | 
											
												
													
														|  |          for (StudentRegistration studentRegistration : studentList) {
 |  |          for (StudentRegistration studentRegistration : studentList) {
 | 
											
												
													
														|  |              ClassGroupStudentMapper classGroupStudentMapper = new ClassGroupStudentMapper();
 |  |              ClassGroupStudentMapper classGroupStudentMapper = new ClassGroupStudentMapper();
 | 
											
												
													
														|  | 
 |  | +            classGroupStudentMapper.setMusicGroupId(musicGroupId);
 | 
											
												
													
														|  |              classGroupStudentMapper.setClassGroupId(classGroup.getId());
 |  |              classGroupStudentMapper.setClassGroupId(classGroup.getId());
 | 
											
												
													
														|  |              classGroupStudentMapper.setUserId(studentRegistration.getUserId());
 |  |              classGroupStudentMapper.setUserId(studentRegistration.getUserId());
 | 
											
												
													
														|  |              classGroupStudentMapper.setCreateTime(date);
 |  |              classGroupStudentMapper.setCreateTime(date);
 |