提交 e393cdc0 编写于 作者: O o2sword

待阅根据应用统计接口返回错误

上级 8cf44561
......@@ -40,6 +40,7 @@ class ActionListCountWithApplication extends BaseAction {
wraps.add(o);
}
SortTools.asc(wraps, false, "name");
result.setData(wraps);
return result;
}
}
......
......@@ -48,6 +48,7 @@ class ActionListCountWithProcess extends BaseAction {
wraps.add(o);
}
SortTools.asc(wraps, false, "name");
result.setData(wraps);
return result;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册