Commit c49541dc authored by Quxl's avatar Quxl

x

parent 2864f760
package com.egolm.film.api;
package com.egolm.film.api.web;
import java.util.List;
import java.util.Map;
......@@ -84,4 +84,11 @@ public class ReportController {
return Rjx.jsonOk().setData(filmReportService.directorDetail(playactor_name));
}
@ResponseBody
@PostMapping("film_report")
@ApiOperation("审片报表")
public Object directorDetail() {
return 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