Commit 4c8628cb authored by Quxl's avatar Quxl

x

parent 943d6a63
......@@ -48,16 +48,16 @@ public class FilmGroupController {
@PostMapping("getGroupFilmList")
@ApiOperation("查询未分类影片列表")
@ApiImplicitParams({
@ApiImplicitParam(name="group_id", value="所属组ID", allowMultiple=true),
@ApiImplicitParam(name="keyword", value="搜索关键字"),
@ApiImplicitParam(name="enroll_type_id", value="影片性质"),
@ApiImplicitParam(name="film_type_name", value="影片类型"),
@ApiImplicitParam(name="film_type_name_short", value="影片扩展类型"),
@ApiImplicitParam(name="play_shanghai", value="首映情况"),
@ApiImplicitParam(name="is_important", value="重点影片"),
@ApiImplicitParam(name="review_state", value="审片结论"),
@ApiImplicitParam(name="review_round", value="审片轮数"),
@ApiImplicitParam(name="film_country", value="国家地区"),
@ApiImplicitParam(paramType="query", name="group_id", value="所属组ID", allowMultiple=true),
@ApiImplicitParam(paramType="query", name="keyword", value="搜索关键字"),
@ApiImplicitParam(paramType="query", name="enroll_type_id", value="影片性质"),
@ApiImplicitParam(paramType="query", name="film_type_name", value="影片类型"),
@ApiImplicitParam(paramType="query", name="film_type_name_short", value="影片扩展类型"),
@ApiImplicitParam(paramType="query", name="play_shanghai", value="首映情况"),
@ApiImplicitParam(paramType="query", name="is_important", value="重点影片"),
@ApiImplicitParam(paramType="query", name="review_state", value="审片结论"),
@ApiImplicitParam(paramType="query", name="review_round", value="审片轮数"),
@ApiImplicitParam(paramType="query", name="film_country", value="国家地区"),
})
public Object getGroupFilmList(Integer[] group_id, String keyword, Integer enroll_type_id, Integer film_type_name, Integer film_type_name_short, Integer play_shanghai, Integer is_important, Integer review_state, Integer review_round, String film_country, String[] orderBy, Long index, Long limit) {
index = index == null ? 1 : index;
......
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