Commit e6408dfe authored by Quxl's avatar Quxl

z

parent 4c8628cb
......@@ -50,13 +50,13 @@ public class FilmGroupController {
@ApiImplicitParams({
@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="enroll_type_id", value="影片性质1,2,3,4"),
@ApiImplicitParam(paramType="query", name="film_type_name", value="影片类型 1,2,3,4"),
@ApiImplicitParam(paramType="query", name="film_type_name_short", value="影片扩展类型 1,2,3,4,5,6,7"),
@ApiImplicitParam(paramType="query", name="play_shanghai", value="首映情况 1,2,3,4,5"),
@ApiImplicitParam(paramType="query", name="is_important", value="重点影片 0, 1"),
@ApiImplicitParam(paramType="query", name="review_state", value="审片结论 0未评选 1通过 2否决 3参赛 4参赛备选 5参展"),
@ApiImplicitParam(paramType="query", name="review_round", value="审片轮数 1,2,3,4,5,6"),
@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) {
......
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