zhangqian
2024-04-16 71288e85afbfc7ac12d5060feb1d29aa139513d6
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())
}