Commit 72d9cb3e by 孙亚楠

ddg

parent a1c75636
...@@ -34,13 +34,11 @@ class OrderService extends ServiceBase { ...@@ -34,13 +34,11 @@ class OrderService extends ServiceBase {
} }
async handleStatus(params) { async handleStatus(params) {
// let rs = await this.callms("order", "handleStatus", params); let rs = await this.callms("order", "handleStatus", params);
// if(rs && rs.status === 0) { if(rs && rs.status === 0) {
// this.pushOrderInfo(params); this.pushOrderInfo(params);
// } }
// return rs; return rs;
await this.pushOrderInfo(params);
return system.getResult("ok");
} }
async pushOrderInfo(params) { async pushOrderInfo(params) {
......
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