Commit 3f666a2d by 兰国旗

laolan

parent d1d2688c
...@@ -343,7 +343,7 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -343,7 +343,7 @@ class QcCenterOrderService extends AppServiceBase {
//推送数据至阿里 //推送数据至阿里
var pushObj = { var pushObj = {
intentionBizId: pobj.actionBody.needNo, intentionBizId: pobj.actionBody.needNo,
note: solution.pobj.actionBody.note note: pobj.actionBody.note
}; };
//提交沟通记录 //提交沟通记录
this.aliclient.reqbyget({ action: "SubmitIntentionNote", reqbody: pushObj, apiVersion: "2019-03-06" }); this.aliclient.reqbyget({ action: "SubmitIntentionNote", reqbody: pushObj, apiVersion: "2019-03-06" });
......
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