Commit dcf6ff3d by Joneq

关闭地址不正确

parent 844d2a4e
Showing with 1 additions and 2 deletions
...@@ -75,14 +75,13 @@ func main() { ...@@ -75,14 +75,13 @@ func main() {
detail.CompanyData,_ = detail.Svclient.GetCompanyCresitsList(detail.Conclient) detail.CompanyData,_ = detail.Svclient.GetCompanyCresitsList(detail.Conclient)
for _,v :=range detail.CompanyData{ for _,v :=range detail.CompanyData{
detail.Svclient = service.New()
fmt.Println(v["id"])
detail.InsertScoreMsg.ComCreditsId = detail.StringTurnInt64(v["id"]) detail.InsertScoreMsg.ComCreditsId = detail.StringTurnInt64(v["id"])
detail.GetCompanyRunInfo() detail.GetCompanyRunInfo()
detail.BasicInfo,_ = detail.Svclient.GetBasicInfoByCid(detail.Conclient,v["erp_company_code"]) detail.BasicInfo,_ = detail.Svclient.GetBasicInfoByCid(detail.Conclient,v["erp_company_code"])
detail.SetSumScore(detail.Conclient) detail.SetSumScore(detail.Conclient)
//break //break
detail.Svclient.Close()
} }
......
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