From c33134bc619e8289ca07a7d3ba189cdd4ab4bb18 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 24 四月 2026 09:07:32 +0800
Subject: [PATCH] 自动移库

---
 src/main/java/com/zy/system/timer/LoadingConfigTimer.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/system/timer/LoadingConfigTimer.java b/src/main/java/com/zy/system/timer/LoadingConfigTimer.java
index e472a12..5e73bde 100644
--- a/src/main/java/com/zy/system/timer/LoadingConfigTimer.java
+++ b/src/main/java/com/zy/system/timer/LoadingConfigTimer.java
@@ -41,6 +41,8 @@
 
     private String erpReportURL;
 
+    private String autoMoveLocTest;
+
 
     @Autowired
     private ConfigService configService;
@@ -55,6 +57,7 @@
         erpOutReportPath = configService.getVal("erpOutReportPath", String.class, erpOutReportPath);
         erpInReportPath = configService.getVal("erpInReportPath", String.class, erpInReportPath);
         erpReportURL = configService.getVal("erpReportURL", String.class, erpReportURL);
+        autoMoveLocTest = configService.getVal("autoMoveLocTest", String.class, erpReportURL);
 
     }
 

--
Gitblit v1.9.1