From 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 01 七月 2024 22:32:34 +0800
Subject: [PATCH] 月度统计出入库按类型汇总报表定时任务和手动跑任务接口

---
 conf/config.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/config.go b/conf/config.go
index 8f40e75..8e703e5 100644
--- a/conf/config.go
+++ b/conf/config.go
@@ -3,6 +3,7 @@
 import (
 	"log"
 	"os"
+	"wms/constvar"
 	"wms/pkg/logx"
 	"wms/pkg/mysqlx"
 
@@ -30,6 +31,7 @@
 		JWTSecret   string
 		FileServer  string //鏂囦欢鏈嶅姟鍣ㄥ湴鍧�
 		ServerId    string //鏈嶅姟ID
+		Env         constvar.Env
 		GrpcPort    string //grpc绔彛鍙�
 		CompanyName string //鍏徃鍚�
 	}

--
Gitblit v1.8.0