Commit 52092ba6 authored by Quxl's avatar Quxl

x

parent 5efc4748
......@@ -85,8 +85,8 @@ public class AdminReportController {
}
@ResponseBody
@PostMapping("user_view_report")
@ApiOperation("评委观看统计")
@PostMapping("view_report")
@ApiOperation("看片统计")
public Object user_view_report(Long index, Long limit, String[] limitKey) {
index = index == null ? 1 : index;
limit = limit == null ? 20 : limit;
......@@ -97,7 +97,7 @@ public class AdminReportController {
@ResponseBody
@PostMapping("user_review_report")
@ApiOperation("评委观看统计")
@ApiOperation("审片统计按评委")
public Object user_review_report(Integer user_id, Long index, Long limit, String[] limitKey) {
index = index == null ? 1 : index;
limit = limit == null ? 20 : limit;
......
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