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