Commit 8e98e4df by 王栋源

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 39ea4d9b 37e6c1d5
......@@ -31,7 +31,7 @@ class CenterorderService {
ab.solutionContent = JSON.parse(ab.solutionContent);
}
//推送数据至阿里
var bizType = ab.solutionContent.bizType || "";//业务类型里
var bizType = needinfo.channelTypeCode;//业务类型里
var pushObj = {
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