Commit 844d2a4e by Joneq

关闭地址不正确

parent 6dcbc305
Showing with 2 additions and 0 deletions
...@@ -75,12 +75,14 @@ func main() { ...@@ -75,12 +75,14 @@ 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()
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