Commit 6f9bea3a by Joneq

修改判断

parent 10f24e1d
Showing with 1 additions and 1 deletions
...@@ -73,7 +73,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) { ...@@ -73,7 +73,7 @@ func HttpGet(companyName string)(returnDatas map[string]string) {
//}else{ //}else{
// companyOrgType = "0" // companyOrgType = "0"
//} //}
returnData["customer_property"] = "0" returnData["customer_property"] = "其它"
//参保人数 //参保人数
returnData["social_security_participants"] = strconv.FormatFloat(companyTycInfo.Result.SocialStaffNum,'f', -1, 64) returnData["social_security_participants"] = strconv.FormatFloat(companyTycInfo.Result.SocialStaffNum,'f', -1, 64)
......
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 sign in to comment