소스 검색

背景文件

zhangheng 3 년 전
부모
커밋
4e9e94c222
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server/src/main/java/edp/core/utils/FileUtils.java

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

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