Commit 6e7a64dd by mushishixian

测试

parent d00eef68
Showing with 8 additions and 7 deletions
......@@ -3,7 +3,8 @@ package main
import (
"flag"
"fmt"
"go_supplier_sever/app/service"
// "go_supplier_sever/app/service"
"go_supplier_sever/boot"
)
......@@ -16,11 +17,11 @@ func main() {
flag.StringVar(&configPath, "config", "./config/dev/", "配置文件")
flag.StringVar(&logPath, "logdir", "./logs/", "日志文件存储目录")
flag.Parse()
fmt.Println("测试代码")
boot.Init(configPath, logPath)
//统计供应商sku相关情况
err := service.StatisticsSupplierSkuStatus()
if err != nil {
fmt.Println(err)
}
// //统计供应商sku相关情况
// err := service.StatisticsSupplierSkuStatus()
// if err != nil {
// fmt.Println(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