Commit cbdf91f1 authored by Quxl's avatar Quxl

x

parent d2323f5b
......@@ -38,7 +38,7 @@ public class FilmGroupController {
Page page = new Page(index, limit);
page.setLimitKey(orderBy);
List<Map<String, Object>> list = filmGroupService.queryFilmList(enroll_type_id, film_country, page);
return Rjx.jsonOk().setData(list);
return Rjx.jsonOk().setData(list).setPage(page);
}
@ResponseBody
......
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