From 137441e2396cf231f9d41e5c399038dbfe01433f Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期二, 16 七月 2024 20:24:55 +0800 Subject: [PATCH] 添加字段,库存报表统计返回结果添加productType(产品类别)、productSpecs(产品规格),产品类别由原来的productType改为productCategory --- main.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/main.go b/main.go index a2ea7c2..29e5445 100644 --- a/main.go +++ b/main.go @@ -47,6 +47,8 @@ ReadTimeout: 5 * time.Second, WriteTimeout: 5 * time.Second, } + logx.Infof("server start success! \n\n\t- Local: \thttp://localhost:%v/\n\t- Network: \thttp://%v:%v/\n", + conf.WebConf.Port, conf.WebConf.Host, conf.WebConf.Port) go shutdown(server) //鍚姩grpc瀹㈡埛绔� //go controllers.InitInventoryOrderServiceConn() -- Gitblit v1.8.0