Commit 52092ba6 authored by Quxl's avatar Quxl

x

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