main.go
@@ -19,6 +19,7 @@ "wms/proto/purchase_wms" "wms/router" "wms/service" "wms/task" ) func main() { @@ -75,6 +76,8 @@ go service.InitLocationReportData() go service.InitHistoryReportData() task.Init() logx.Error(server.ListenAndServe().Error()) }