提交 b161929b 编写于 作者: F fengyw

增加资源列出

上级 7dbfbc89
......@@ -40,6 +40,7 @@ public class AdminZoneBiz extends BaseBiz {
public Result<Page<AdminZonePageResp>> page(AdminZonePageReq req) {
ZoneExample example = new ZoneExample();
Criteria c = example.createCriteria();
example.setOrderByClause("sort asc, id desc");
Page<Zone> page = dao.page(req.getPageCurrent(), req.getPageSize(), example);
Page<AdminZonePageResp> respPage = PageUtil.transform(page, AdminZonePageResp.class);
return Result.success(respPage);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册