Commit 31db823a authored by Quxl's avatar Quxl

x

parent 4b1a9ac1
...@@ -151,7 +151,7 @@ public class AdminAuthController { ...@@ -151,7 +151,7 @@ public class AdminAuthController {
limit = limit == null ? 20 : limit; limit = limit == null ? 20 : limit;
Page page = new Page(index, limit); Page page = new Page(index, limit);
List<Map<String, Object>> datas = service.queryGroupList(keyword, page); List<Map<String, Object>> datas = service.queryGroupList(keyword, page);
return Rjx.jsonOk().setData(datas); return Rjx.jsonOk().setData(datas).setPage(page);
} }
@ResponseBody @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