Commit bb703ba1 authored by Quxl's avatar Quxl

x

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