Commit 27ce2616 by Sxy

fix: 百度网文广播大小写字段对应

parent bfbf7e3f
......@@ -298,11 +298,11 @@ class BaiduHandler {
obj.baseInfo.serviceName = data.needsolution.solution.companyLocation;
}
if (data.needsolution.solution.actionType) {//证件类型:新办 续期 变更
obj.baseInfo.actionType = data.needsolution.solution.actionType;
if (data.needsolution.solution.ActionType) {//证件类型:新办 续期 变更
obj.baseInfo.actionType = data.needsolution.solution.ActionType;
}
if (data.needsolution.solution.licenseType) {//⽹⽂类型:⽹络表演
obj.baseInfo.licenseType = data.needsolution.solution.licenseType;
if (data.needsolution.solution.LicenseType) {//⽹⽂类型:⽹络表演
obj.baseInfo.licenseType = data.needsolution.solution.LicenseType;
}
if (data.needsolution.bizType) { //产品编码
......
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