Commit 82e24c8d by 庄冰

tmConfirm

parent 64a11372
...@@ -58,7 +58,7 @@ class UtilsOpOrderService extends AppServiceBase { ...@@ -58,7 +58,7 @@ class UtilsOpOrderService extends AppServiceBase {
var reqUrl = this.centerOrderUrl + "action/order/springBoard"; var reqUrl = this.centerOrderUrl + "action/order/springBoard";
var result = await this.restPostUrl(pobj, reqUrl); var result = await this.restPostUrl(pobj, reqUrl);
if(result && result.status==0 && result.data){ if(result && result.status==0 && result.data){
// this.pushTmConfirm(result,pobj,actionBody);//推送方案确认信息 this.pushTmConfirm(result,pobj,actionBody);//推送方案确认信息
return system.getResultSuccess(); return system.getResultSuccess();
} }
return result; return result;
......
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