Commit f4f67aa0 by mushishixian

重新跑历史sku

parent b64ff6f1
Showing with 4 additions and 4 deletions
...@@ -9,10 +9,10 @@ func StatisticsSupplierSkuStatus() (err error) { ...@@ -9,10 +9,10 @@ func StatisticsSupplierSkuStatus() (err error) {
fmt.Println("开始统计") fmt.Println("开始统计")
//先找出所有需要判断的供应商 //先找出所有需要判断的供应商
err = dao.StatisticsSuppliersSkuNum() err = dao.StatisticsSuppliersSkuNum()
//if err != nil { if err != nil {
// return err return err
//} }
// //
//err = dao.StatisticsSuppliersHasUploadedSku() err = dao.StatisticsSuppliersHasUploadedSku()
return err return err
} }
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