提交 2eb7dee7 编写于 作者: O o2sword

新版应用市场优化2

上级 20a44c3f
......@@ -46,7 +46,7 @@ class ActionListPaging extends BaseAction {
}
List<Wo> wos = new ArrayList<>();
if(BooleanUtils.isTrue(wi.getAsc())){
emc.fetchAscPaging(Application.class, Wo.copier, p, page, size, orderBy);
wos = emc.fetchAscPaging(Application.class, Wo.copier, p, page, size, orderBy);
}else {
wos = emc.fetchDescPaging(Application.class, Wo.copier, p, page, size, orderBy);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册