Commit 153fd566 by 孙亚楠

Merge branch 'xggsve-order' of gitlab.gongsibao.com:jiangyong/zhichan into xggsve-order

parents c81b9acc 6270133b
......@@ -224,6 +224,7 @@ class SaasOrderService extends ServiceBase {
if (page.total == 0) {
return system.getResultSuccess(page);
}
page.count = page.total;
page.rows = await this.dao.listByCondition(params);
if (page.rows) {
......
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