|
@@ -1216,6 +1216,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
if(studentPaymentNum.equals(classGroup.getExpectStudentNum())&&updateVipStatus){
|
|
|
classGroup.setStudentNum(studentPaymentNum);
|
|
|
classGroup.setDelFlag(0);
|
|
|
+ classGroupDao.update(classGroup);
|
|
|
createVipGroupCourseScheInfo(vipGroupId,classGroup);
|
|
|
}
|
|
|
if(num!=0||updateVipStatus){
|