| src/main/java/com/zy/system/timer/LoadingConfigTimer.java | ●●●●● 补丁 | 查看 | 原始文档 | 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); }