Commit 9c80c3b7 by 杨树贤

恢复

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