Commit ac05a510 authored by Quxl's avatar Quxl

x

parent 34b4c701
......@@ -87,7 +87,7 @@ public class FilmReportController {
@ResponseBody
@PostMapping("film_report")
@ApiOperation("影片报表")
public Object filmReport(String playactor_name) {
public Object filmReport() {
return Rjx.jsonOk().setData(filmReportService.queryFilmReport());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment