Commit 312f9906 by mushishixian

fix

parent 1c0ed84c
Showing with 1 additions and 1 deletions
......@@ -30,7 +30,6 @@ func StatisticsSuppliersSkuNum() (err error) {
}
result := resp.String()
skuNum := gjson.Get(result, "data.total").Int()
fmt.Println(skuNum)
if skuNum == 0 {
continue
}
......@@ -39,6 +38,7 @@ func StatisticsSuppliersSkuNum() (err error) {
return err
}
}
fmt.Println("执行完成")
return
}
......
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