Browse Source

背景文件

zhangheng 3 năm trước cách đây
mục cha
commit
8533d47b32
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      server/src/main/java/edp/core/utils/FileUtils.java

+ 1 - 0
server/src/main/java/edp/core/utils/FileUtils.java

@@ -114,6 +114,7 @@ public class FileUtils {
         String newFilename = fileName + "." + format;
 
         String returnPath = (path.endsWith("/") ? path : path + "/") + newFilename;
+
         System.out.println("上传文件路径>>>>>>>"+ returnPath);
         String filePath = fileBasePath + returnPath;