Commit 37e6c1d5 by 庄冰

channelTypeCode

parent d3f21c59
...@@ -31,7 +31,7 @@ class CenterorderService { ...@@ -31,7 +31,7 @@ class CenterorderService {
ab.solutionContent = JSON.parse(ab.solutionContent); ab.solutionContent = JSON.parse(ab.solutionContent);
} }
//推送数据至阿里 //推送数据至阿里
var bizType = ab.solutionContent.bizType || "";//业务类型里 var bizType = needinfo.channelTypeCode;//业务类型里
var pushObj = { var pushObj = {
intentionBizId:needinfo.channelNeedNo,bizType:bizType,solution:JSON.stringify(ab.solutionContent.solution) intentionBizId:needinfo.channelNeedNo,bizType:bizType,solution:JSON.stringify(ab.solutionContent.solution)
}; };
......
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