Commit 22a64a91 authored by Quxl's avatar Quxl

x

parent 2c0756fb
...@@ -19,7 +19,7 @@ public class AllotController { ...@@ -19,7 +19,7 @@ public class AllotController {
@ResponseBody @ResponseBody
@PostMapping("list") @PostMapping("list")
@ApiOperation("查询选片列表") @ApiOperation("查询选片列表")
public Object list(String keyword, Integer film_type_name, Integer film_type_name_short, String film_country, Long index, Long limit) { public Object list(String keyword, Integer film_type_name, Integer film_type_name_short, String film_country, Integer[] review_round, Integer[] review_state, Long index, Long limit) {
index = index == null ? 1 : index; index = index == null ? 1 : index;
limit = limit == null ? 20 : limit; limit = limit == null ? 20 : limit;
Page page = new Page(index, limit); Page page = new Page(index, 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