Selaa lähdekoodia

fix:学员调整更新服务指标

Joburgess 4 vuotta sitten
vanhempi
commit
01c807fb9d

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

@@ -532,6 +532,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());
             Map<Integer,String> userRoleMap = new HashMap<Integer, String>();
             for (Integer addStudentId : addStudentIds) {
             	userRoleMap.put(addStudentId, "");