|
@@ -544,7 +544,9 @@ public class FileUtils {
|
|
|
return fileUrl;
|
|
|
}
|
|
|
} else {
|
|
|
- file_path2 = file_path;
|
|
|
+ if("20".equals(sys_isonline)){
|
|
|
+ file_path2 = file_path;
|
|
|
+ }
|
|
|
}
|
|
|
String s1 = fileUrl.replaceAll("//", "/").replace("///","/");
|
|
|
file_path2= file_path2.replaceAll("//","/").replaceAll("///","/");
|