自动化立体仓库 - WMS系统
pang.jiabao
4 天以前 d18505cc87fa30a5b202057bbcc4236986efc80a
src/main/java/com/zy/system/timer/LoadingConfigTimer.java
@@ -35,6 +35,12 @@
    // erp上报
    private Boolean erpReport = false;
    private String erpInReportPath;
    private String erpOutReportPath;
    private String erpReportURL;
    @Autowired
    private ConfigService configService;
@@ -46,6 +52,9 @@
        logDeleteDays = configService.getVal("logDeleteDays", Integer.class, logDeleteDays);
        erpReport = configService.getVal("erpReport", Boolean.class, erpReport);
        zpalletManage = configService.getVal("zpalletManage", Boolean.class, zpalletManage);
        erpOutReportPath = configService.getVal("erpOutReportPath", String.class, erpOutReportPath);
        erpInReportPath = configService.getVal("erpInReportPath", String.class, erpInReportPath);
        erpReportURL = configService.getVal("erpReportURL", String.class, erpReportURL);
    }