|
@@ -20,13 +20,13 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RestController
|
|
|
public class EducationDemoGroupController extends BaseController {
|
|
|
|
|
|
- @Autowired
|
|
|
- private DemoGroupService demoGroupService;
|
|
|
-
|
|
|
- @ApiOperation(value = "试听课安排")
|
|
|
- @PostMapping("/queryStudentDemoGroups")
|
|
|
- public Object queryTeacherDemoGroups(Long teacherId){
|
|
|
- return succeed(demoGroupService.findDemoGroupStartClassTimesWithWeekByTeacherId(teacherId));
|
|
|
- }
|
|
|
+// @Autowired
|
|
|
+// private DemoGroupService demoGroupService;
|
|
|
+//
|
|
|
+// @ApiOperation(value = "试听课安排")
|
|
|
+// @PostMapping("/queryStudentDemoGroups")
|
|
|
+// public Object queryTeacherDemoGroups(Long teacherId){
|
|
|
+// return succeed(demoGroupService.findDemoGroupStartClassTimesWithWeekByTeacherId(teacherId));
|
|
|
+// }
|
|
|
|
|
|
}
|