|
@@ -1494,13 +1494,13 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- try {
|
|
|
+// try {
|
|
|
if(classGroup.getDelFlag()==1){
|
|
|
updateVipGroupStudentNumAndStatus(vipGroupId, classGroup,0,true);
|
|
|
}
|
|
|
- } catch (Exception e) {
|
|
|
- LOGGER.error("小课[{}]开课失败:{}",vipGroupId,e.getCause());
|
|
|
- }
|
|
|
+// } catch (Exception e) {
|
|
|
+// LOGGER.error("小课[{}]开课失败:{}",vipGroupId,e.getCause());
|
|
|
+// }
|
|
|
|
|
|
SysUserCashAccount sysUserCashAccount = sysUserCashAccountService.get(userId);
|
|
|
|