|
@@ -474,8 +474,6 @@ public class ClassGroupStudentMapperServiceImpl extends BaseServiceImpl<Long, Cl
|
|
|
List<CourseSchedule> classGroupNotStartCourse = courseScheduleDao.findCoursesByClassGroupId(classGroupId.intValue(), CourseStatusEnum.NOT_START);
|
|
|
if (CollectionUtils.isEmpty(classGroupNotStartCourse)) {
|
|
|
if (!CollectionUtils.isEmpty(addStudentIds)) {
|
|
|
- courseScheduleStudentPaymentService.createForMusicGroup(classGroup.getMusicGroupId(), classGroupNotStartCourse, new ArrayList<>(addStudentIds));
|
|
|
- studentDao.updateStudentServiceTag(null, new ArrayList<>(addStudentIds), YesOrNoEnum.YES.getCode());
|
|
|
if(musicGroup.getStatus() == MusicGroupStatusEnum.PROGRESS){
|
|
|
Map<Integer,String> userRoleMap = new HashMap<>();
|
|
|
for (Integer addStudentId : addStudentIds) {
|