Commit e20f8523 by mushishixian

fix

parent 279aad4c
Showing with 1 additions and 1 deletions
...@@ -31,7 +31,7 @@ func StatisticsSuppliersSkuNum() (err error) { ...@@ -31,7 +31,7 @@ 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("供应商ID : ", supplier.SupplierId, "数量 : ", int(skuNum)) //fmt.Println("供应商ID : ", supplier.SupplierId, "数量 : ", int(skuNum))
if skuNum > 0 { if skuNum > 0 {
num++ num++
} }
......
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