Commit 93fffc7e by Joneq

关闭地址不正确

parent d3b879dc
Showing with 1 additions and 1 deletions
......@@ -77,7 +77,7 @@ func main() {
for _,v :=range detail.CompanyData{
fmt.Println(v["id"])
if v["id"] == "129" {
if v["id"] == "129" || v["id"] == "1124" {
continue
}
detail.InsertScoreMsg.ComCreditsId = detail.StringTurnInt64(v["id"])
......
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