Commit 90e987c5 by Sxy

fix: 工商套餐

parent ad29838a
...@@ -338,6 +338,7 @@ class BaiduHandler { ...@@ -338,6 +338,7 @@ class BaiduHandler {
if (data.needsolution.bizType) { //产品编码 if (data.needsolution.bizType) { //产品编码
obj.businessType = data.needsolution.bizType; obj.businessType = data.needsolution.bizType;
obj.baseInfo.bizType = data.needsolution.bizType;
if (data.needsolution.bizType == "icpsq") { if (data.needsolution.bizType == "icpsq") {
obj.businessType = "ICP"; obj.businessType = "ICP";
} }
......
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