From 1d16e7a91c2018d9b511669f8c2d3f7210beb9fd Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 24 四月 2024 10:20:36 +0800
Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pms-SV

---
 pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFileSvConf.java |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFileSvConf.java b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFileSvConf.java
index 6e314ec..7b55078 100644
--- a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFileSvConf.java
+++ b/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("鍑洪敊锛寃ebDownloadUrl涓虹┖浜嗭紒") ;
-			}else{
-				this.webDownloadUrl = this.webDownloadUrl.trim() ;
-				if(!this.webDownloadUrl.endsWith("/") && !this.webDownloadUrl.endsWith("\\")){
-					this.webDownloadUrl += "/" ;
-				}
 			}
+
 			if(this.hashStart == null){
 				throw new Exception("鍑洪敊锛宧ashStart涓虹┖浜嗭紒") ;
 			}else if(this.hashStart.intValue() < 0){

--
Gitblit v1.8.0