Fancy
2025-01-14 057d4df78bcc5b34ca7c6897918946c4a9e65d18
pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFmListener.java
@@ -46,7 +46,7 @@
            String hashEnd = env.getProperty("dy.webFile.sv" + i + ".hashEnd");
            String restUrl = env.getProperty("dy.webFile.sv" + i + ".restUrl");
            String webUrl = env.getProperty("dy.webFile.sv" + i + ".webUrl");
            String webDownloadUrl = env.getProperty("dy.webFile.sv" + i + ".webDownloadUrl");
            String webDownloadPath = env.getProperty("dy.webFile.sv" + i + ".webDownloadPath");
            if(!NumUtil.isPlusIntNumber(hashStart)){
                throw new Exception("配置dy.webFile.sv" + i + ".hashStart 不是整数") ;
            }
@@ -58,7 +58,7 @@
                    relativePath,
                    restUrl,
                    webUrl,
                    webDownloadUrl,
                    webDownloadPath,
                    Integer.parseInt(hashStart),
                    Integer.parseInt(hashEnd))) ;
        }