Joburgess 5 years ago
parent
commit
175b04cbd3

+ 4 - 4
mec-biz/src/main/java/com/ym/mec/biz/service/impl/VipGroupServiceImpl.java

@@ -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);