Commit 68a9735b authored by Quxl's avatar Quxl

x

parent 144fb344
...@@ -202,7 +202,7 @@ public class AdminReviewController { ...@@ -202,7 +202,7 @@ public class AdminReviewController {
@PostMapping("toNextRoundBatch") @PostMapping("toNextRoundBatch")
@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", allowMultiple=true),
}) })
public Object toNextRoundBatch(Integer[] review_id) { public Object toNextRoundBatch(Integer[] review_id) {
for(Integer id : review_id) { for(Integer id : review_id) {
......
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