Commit b5a011bc authored by Quxl's avatar Quxl

x

parent 63a0dc2c
...@@ -385,7 +385,7 @@ public class AdminReviewController { ...@@ -385,7 +385,7 @@ public class AdminReviewController {
@ResponseBody @ResponseBody
@Transactional @Transactional
@PostMapping("getReviewHistory") @PostMapping("getReviewHistory")
@ApiOperation("查询审片过程") @ApiOperation("查询审片过程列表")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "index"), @ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "index"),
@ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "limit"), @ApiImplicitParam(paramType = "query", dataType = "int", required = false, name = "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