|
@@ -841,7 +841,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
vipGroupDao.update(vipGroup);
|
|
vipGroupDao.update(vipGroup);
|
|
createVipGroupCourseScheInfo(vipGroupId);
|
|
createVipGroupCourseScheInfo(vipGroupId);
|
|
}
|
|
}
|
|
- if(num>0){
|
|
|
|
|
|
+ if(num!=0||updateVipStatus){
|
|
classGroupDao.update(classGroup);
|
|
classGroupDao.update(classGroup);
|
|
}
|
|
}
|
|
}
|
|
}
|