Commit bcf4d60f by mushishixian

去掉历史统计

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