Commit bc7dd9cd by 王昆

gsb

parent 6186d10e
......@@ -156,7 +156,7 @@ class IborderbaseService extends ServiceBase {
let childSve = this.getService(params.productType);
let page = await childSve.orderPage(params);
if(page && page.rows) {
this.setBaseOrder(page.rows);
await this.setBaseOrder(page.rows);
}
return page;
} catch (error) {
......
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