pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFileSvConf.java
@@ -101,12 +101,8 @@ } if(this.webDownloadUrl == null || this.webDownloadUrl.trim().equals("")){ throw new Exception("出错,webDownloadUrl为空了!") ; }else{ this.webDownloadUrl = this.webDownloadUrl.trim() ; if(!this.webDownloadUrl.endsWith("/") && !this.webDownloadUrl.endsWith("\\")){ this.webDownloadUrl += "/" ; } } if(this.hashStart == null){ throw new Exception("出错,hashStart为空了!") ; }else if(this.hashStart.intValue() < 0){