From ed81fc8d860adb66676d4990e4ce0ff56cff79a6 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 22 十一月 2023 19:48:16 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- main.go | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/main.go b/main.go index 9069f9a..acfe495 100644 --- a/main.go +++ b/main.go @@ -17,6 +17,7 @@ "wms/proto/product_inventory" "wms/proto/purchase_wms" "wms/router" + "wms/service" ) func main() { @@ -66,6 +67,10 @@ panic(fmt.Sprintf("grpc server init error: %v", err.Error())) } }() + + go service.InitLocationReportData() + go service.InitHistoryReportData() + logx.Error(server.ListenAndServe().Error()) } -- Gitblit v1.8.0