Commit 50874f83 by 任晓松

update

parent 528c1725
...@@ -196,7 +196,9 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -196,7 +196,9 @@ class QcCenterOrderService extends AppServiceBase {
}; };
var self = this; var self = this;
//推送方案材料 //推送方案材料
if(pobj.appInfo.uapp_id ==18){
self.aliclient.reqbyget({ action: "SavePartnerSubmitMaterial", reqbody: pushObj, apiVersion: "2019-05-08" }); self.aliclient.reqbyget({ action: "SavePartnerSubmitMaterial", reqbody: pushObj, apiVersion: "2019-05-08" });
}
return system.getResultSuccess(); return system.getResultSuccess();
} }
return res; return res;
......
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