Commit 5095cce1 by 庄冰

BizId

parent 51a73fc0
...@@ -48,6 +48,9 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -48,6 +48,9 @@ class QcCenterOrderService extends AppServiceBase {
CompanyName: solution.CompanyName, IcpType: solution.IcpType, CompanyAddress: solution.CompanyAddress, CompanyName: solution.CompanyName, IcpType: solution.IcpType, CompanyAddress: solution.CompanyAddress,
Area: solution.Area, Note: solution.Note Area: solution.Area, Note: solution.Note
}; };
if(needsolution.channelSolutionNo){
pushObj["BizId"] = needsolution.channelSolutionNo;
}
var self = this; var self = this;
//推送方案 //推送方案
this.pushIcpSolution(pushObj,needsolution.solutionNo,pobj.appInfo,self); this.pushIcpSolution(pushObj,needsolution.solutionNo,pobj.appInfo,self);
......
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