Commit a24075a3 by Sxy

feat: 百度添加字段

parent 70adb2f7
......@@ -326,8 +326,15 @@ class BaiduHandler {
if (data.needsolution.solution.companyProperties) {//工商
obj.baseInfo.companyProperties = data.needsolution.solution.companyProperties;
}
if (data.needsolution.solution.engagedIndustry) {//工商
obj.baseInfo.engagedIndustry = data.needsolution.solution.engagedIndustry;
}
if (data.needsolution.solution.bizScope) {//工商
obj.baseInfo.bizScope = data.needsolution.solution.bizScope;
}
if (data.needsolution.solution.hasAddress) {//工商
obj.baseInfo.hasAddress = data.needsolution.solution.hasAddress;
}
if (data.needsolution.bizType) { //产品编码
if (data.needsolution.bizType == "icpsq") {
......
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