Commit 312f9906 by mushishixian

fix

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