Commit c2dc09c6 by Sxy

fix: 360渠道 方案号

parent 23b6bfd5
......@@ -99,12 +99,12 @@ class Zc360Handler {
obj.servicerName = data.servicer.name;
}
}
// if (data.channelNeedNo) {//需求编号
// obj.businessMode = data.channelNeedNo;
// }
// if (data.channelSolutionNo) {//方案编号
// obj.schemeNumber = data.channelSolutionNo;
// }
if (data.channelNeedNo) {//需求编号
obj.businessMode = data.channelNeedNo;
}
if (data.channelSolutionNo) {//方案编号
obj.schemeNumber = data.channelSolutionNo;
}
if (data.needsolution.solution.Area) {//服务地区编码和服务地区
obj.serviceCode = data.needsolution.solution.Area;
obj.serviceName = data.needsolution.solution.Area;
......
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