liujiandao
2024-04-17 67b13bb40517145cfadc05d7b22411b16f1528d7
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())
}