自动化立体仓库 - WMS系统
pang.jiabao
7 天以前 c33134bc619e8289ca07a7d3ba189cdd4ab4bb18
自动移库
1个文件已修改
3 ■■■■■ 已修改文件
src/main/java/com/zy/system/timer/LoadingConfigTimer.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
    }