|
@@ -293,7 +293,7 @@ public class VipGroupManageController extends BaseController {
|
|
|
@ApiOperation(value = "新增vip课程计划")
|
|
|
@PostMapping(value = "/appendVipGroupCourseSchedules")
|
|
|
public Object appendVipGroupCourseSchedules(@RequestBody VipGroupApplyDto vipGroupApplyDto){
|
|
|
- vipGroupService.appendVipGroupCourseSchedules(vipGroupApplyDto);
|
|
|
+// vipGroupService.appendVipGroupCourseSchedules(vipGroupApplyDto);
|
|
|
return succeed();
|
|
|
}
|
|
|
|