|
@@ -360,7 +360,7 @@ public class FileUtils {
|
|
|
String file_path = ParamCache.getValue(CommonConstant.SYS_LOCAL_URL);
|
|
|
String file_path2 = getSysLocalFileUrl();
|
|
|
String sys_file_net_url = ParamCache.getValue(CommonConstant.SYS_FILE_NET_URL);
|
|
|
- if(fileUrl.indexOf("/www/wwwroot")>=0){
|
|
|
+ if(fileUrl.indexOf("/www/wwwroot")>=0 || fileUrl.indexOf("/mnt/sdc/Users/hongchuangyanfa/Desktop/")>=0){
|
|
|
file_path2 = file_path;
|
|
|
}
|
|
|
String path = sys_file_net_url + fileUrl.replaceAll("//", "/").replaceAll(file_path2, "");
|