Commit c359cffb by Sxy

fix: 文网文食品 地区

parent 473da8ee
...@@ -498,6 +498,11 @@ class AliHandler { ...@@ -498,6 +498,11 @@ class AliHandler {
if (data.needsolution.solution.CompanyAddress) {//公司地址 if (data.needsolution.solution.CompanyAddress) {//公司地址
obj.baseInfo.companyAddress = data.needsolution.solution.CompanyAddress; obj.baseInfo.companyAddress = data.needsolution.solution.CompanyAddress;
} }
if (data.needsolution.solution.companyLocation) {//服务地区编码和服务地区
obj.serviceCode = data.needsolution.solution.companyLocation;
obj.serviceName = data.needsolution.solution.companyLocation;
obj.baseInfo.serviceName = data.needsolution.solution.companyLocation;
}
if (data.needsolution.solution.actionType) {//证件类型:新办 续期 变更 if (data.needsolution.solution.actionType) {//证件类型:新办 续期 变更
obj.baseInfo.actionType = data.needsolution.solution.actionType; obj.baseInfo.actionType = data.needsolution.solution.actionType;
......
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