|
@@ -79,6 +79,7 @@ public class StudentController extends BaseController {
|
|
|
@ApiOperation(value = "云教练统计")
|
|
|
@PostMapping("/cloudTeacherActive")
|
|
|
public HttpResponseResult<CloudTeacherActiveWapper.ResultMap> cloudTeacherActive(@RequestBody CloudTeacherActiveWapper.Query queryInfo){
|
|
|
+ queryInfo.setTeacherId(sysUserService.getUserId());
|
|
|
return succeed(studentManageService.cloudTeacherActiveStatistics(queryInfo));
|
|
|
}
|
|
|
|