Commit d3b879dc by Joneq

关闭地址不正确

parent dcf6ff3d
Showing with 3 additions and 0 deletions
......@@ -77,6 +77,9 @@ func main() {
for _,v :=range detail.CompanyData{
fmt.Println(v["id"])
if v["id"] == "129" {
continue
}
detail.InsertScoreMsg.ComCreditsId = detail.StringTurnInt64(v["id"])
detail.GetCompanyRunInfo()
detail.BasicInfo,_ = detail.Svclient.GetBasicInfoByCid(detail.Conclient,v["erp_company_code"])
......
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