Browse Source

Merge branch 'master' into online1

Joburgess 4 years ago
parent
commit
4a82b5142f

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ClassGroupStudentMapperServiceImpl.java

@@ -534,6 +534,7 @@ public class ClassGroupStudentMapperServiceImpl extends BaseServiceImpl<Long, Cl
 
         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) {