Commit 77063eb5 by mushishixian

去掉多于代码

parent acaf6e6f
Showing with 0 additions and 1 deletions
......@@ -225,7 +225,6 @@ func main() {
}
//存在跳过,不存在才插入
if priceActivityMongo.OrderId == 0 {
fmt.Println(result)
priceActivityMongo.ActivityId = gjson.Get(result, "activity_id").Int()
priceActivityMongo.OrderId = gjson.Get(result, "order_id").Int()
priceActivityMongo.UserId = gjson.Get(result, "user_id").Int()
......
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