mp根据某个量来查询 比如 //讲师详情查询 @ApiOperation(value = "详细查询") @GetMapping("getTeacherFrontInfo/{teacherId}") public R getTeacherFrontInfo(@PathVariable long teacherId){