Commit bb703ba1 authored by Quxl's avatar Quxl

x

parent 71032bde
...@@ -188,7 +188,7 @@ public class AdminReviewController { ...@@ -188,7 +188,7 @@ public class AdminReviewController {
@ResponseBody @ResponseBody
@PostMapping("toNextRound") @PostMapping("toNextRound")
@ApiOperation("查询审片评委") @ApiOperation("进入下一轮审片")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="int", required=true, name="review_id", value="审片主表ID"), @ApiImplicitParam(paramType="query", dataType="int", required=true, name="review_id", value="审片主表ID"),
}) })
...@@ -253,7 +253,7 @@ public class AdminReviewController { ...@@ -253,7 +253,7 @@ public class AdminReviewController {
reviewService.tryNextRound(ru.getReview_id()); reviewService.tryNextRound(ru.getReview_id());
return Rjx.jsonOk(); return Rjx.jsonOk();
} }
@ResponseBody @ResponseBody
@PostMapping("getDoubtfulList") @PostMapping("getDoubtfulList")
@ApiOperation("查询疑点列表") @ApiOperation("查询疑点列表")
......
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