From 0760c4667043820b39add1d0c30910e57f4dc753 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期六, 04 一月 2025 11:41:09 +0800
Subject: [PATCH] workLast

---
 pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/dyFm/DyFileSvConf.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 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 7b55078..d2d0314 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
@@ -51,7 +51,7 @@
 		public String fileSysRelativePath; //鏂囦欢鍚嶇О鐨勫搱甯屽�煎搴旂殑鏂囦欢鏈�缁堝瓨鍌ㄧ浉瀵硅矾寰勭殑鐩綍锛屽湪閰嶇疆鏂囦欢涓厤缃�
 		public String restUrl;//鏂囦欢绯荤粺璺緞
 		public String webUrl ;//涓嬭浇鏂囨。鐨剋eb璺緞
-		public String webDownloadUrl ;//Action涓嬭浇鏂囨。鐨剋eb璺緞
+		public String webDownloadPath ;//涓嬭浇鏂囨。鐨凜ontroller鐨勭浉瀵硅矾寰�
 		public Integer hashStart ;//鍝堝笇鍊煎惎濮嬪�硷紙鍖呭惈锛�
 		public Integer hashEnd ;//鍝堝笇鍊兼埅姝㈠�硷紙鍖呭惈锛�
 	
@@ -61,7 +61,7 @@
 				String fileSysBasePath,
 				String restUrl,
 				String webUrl,
-				String webDownloadUrl,
+				String webDownloadPath,
 				Integer hashStart,
 				Integer hashEnd)throws Exception{
 			this.id = id ;
@@ -69,7 +69,7 @@
 			this.fileSysRelativePath = fileSysBasePath ;
 			this.restUrl = restUrl ;
 			this.webUrl = webUrl ;
-			this.webDownloadUrl = webDownloadUrl ;
+			this.webDownloadPath = webDownloadPath ;
 			this.hashStart = hashStart ;
 			this.hashEnd = hashEnd ;
 			if(this.id == null || this.id.trim().equals("")){
@@ -99,8 +99,8 @@
 					this.webUrl += "/" ;
 				}
 			}
-			if(this.webDownloadUrl == null || this.webDownloadUrl.trim().equals("")){
-				throw new Exception("鍑洪敊锛寃ebDownloadUrl涓虹┖浜嗭紒") ;
+			if(this.webDownloadPath == null || this.webDownloadPath.trim().equals("")){
+				throw new Exception("鍑洪敊锛寃ebDownloadPath锛�") ;
 			}
 
 			if(this.hashStart == null){
@@ -127,7 +127,7 @@
 					+ "fileSysBasePath=" + fileSysRelativePath + "\n"
 					+ "restUrl=" + restUrl + "\n"
 					+ "webUrl=" + webUrl + "\n" 
-					+ "webDownloadUrl=" + webDownloadUrl + "\n" 
+					+ "webDownloadPath=" + webDownloadPath + "\n"
 					+ "hashStart=" + hashStart + "\n" 
 					+ "hashEnd=" + hashEnd ;
 		}

--
Gitblit v1.8.0