|
@@ -122,6 +122,13 @@ public class CourseScheduleController extends BaseController {
|
|
|
return succeed(scheduleService.findVipGroupCourseSchedules(queryInfo));
|
|
|
}
|
|
|
|
|
|
+ /*@ApiOperation(value = "获取陪练课课程计划")
|
|
|
+ @PostMapping(value = "/findVipGroupCourseSchedules")
|
|
|
+ @PreAuthorize("@pcs.hasPermissions('courseSchedule/findVipGroupCourseSchedules')")
|
|
|
+ public Object findVipGroupCourseSchedules(VipGroupQueryInfo queryInfo){
|
|
|
+ return succeed(scheduleService.findVipGroupCourseSchedules(queryInfo));
|
|
|
+ }*/
|
|
|
+
|
|
|
@ApiOperation(value = "根据月份获取乐团在该月有课的日期")
|
|
|
@GetMapping("/getCourseScheduleDateByMonth")
|
|
|
@PreAuthorize("@pcs.hasPermissions('courseSchedule/getCourseScheduleDateByMonth')")
|