|
@@ -57,7 +57,7 @@ var (
|
|
|
|
|
|
// 煤炭江湖
|
|
|
var (
|
|
|
- MtjhPath string //excel文件地址
|
|
|
+ MtjhFilePath string //excel文件地址
|
|
|
MtjhOpen string //是否配置煤炭江湖数据源,1已配置
|
|
|
)
|
|
|
|
|
@@ -119,6 +119,12 @@ func init() {
|
|
|
FenweiOldFileDir = config["fenwei_old_file_dir"]
|
|
|
}
|
|
|
|
|
|
+ //煤炭江湖文件夹配置
|
|
|
+ {
|
|
|
+ MtjhFilePath = config["mtjh_file_path"]
|
|
|
+ MtjhOpen = config["mtjh_open"]
|
|
|
+ }
|
|
|
+
|
|
|
TerminalCode = config["terminal_code"]
|
|
|
}
|
|
|
|