|
@@ -779,21 +779,22 @@ public class VipGroupActivityServiceImpl extends BaseServiceImpl<Integer, VipGro
|
|
|
if(StringUtils.isEmpty(activity.getVipGroupCategoryIdList())){
|
|
|
activity.setActivityTypeEnum("PRACTICE");
|
|
|
}else {
|
|
|
- if(StringUtils.equals(activity.getVipGroupCategoryNames(),"小组课")){
|
|
|
+ activity.setActivityTypeEnum(activity.getVipGroupCategoryNames());
|
|
|
+ /*if(StringUtils.equals(activity.getVipGroupCategoryNames(),"小组课")){
|
|
|
activity.setActivityTypeEnum("THEORY");
|
|
|
}else{
|
|
|
activity.setActivityTypeEnum(activity.getVipGroupCategoryNames());
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
- String giveCourseType = activity.getGiveCourseType();
|
|
|
+ /*String giveCourseType = activity.getGiveCourseType();
|
|
|
if(StringUtils.isNotEmpty(giveCourseType)){
|
|
|
if(StringUtils.equals(giveCourseType,"VIP")){
|
|
|
if(StringUtils.equals(activity.getGiveCategoryName(),"小组课")){
|
|
|
activity.setGiveCourseType("THEORY");
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
@Override
|