zhangheng hace 3 años
padre
commit
4e9e94c222
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;