liurunyu
2024-04-23 8b7ce95e1f486603247f5cae882c4595e351af21
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){