|
@@ -70,6 +70,6 @@ public class SchoolController extends BaseController {
|
|
|
@ApiOperation(value = "获取教师vip课教学点")
|
|
|
@GetMapping("/findVipSchoolByTeacher")
|
|
|
public Object findVipSchoolByTeacher(@ApiParam(value = "教师编号", required = true) Integer userId){
|
|
|
- return succeed(schoolService.findVipSchoolByTeacher(userId));
|
|
|
+ return succeed(schoolService.findVipSchoolByTeacher(userId,null));
|
|
|
}
|
|
|
}
|