소스 검색

upload

master
zhaodengke 1 년 전
부모
커밋
e2d51ba05a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      ruoyi-file/src/main/java/com/ruoyi/file/service/FileSystemService.java

+ 1
- 0
ruoyi-file/src/main/java/com/ruoyi/file/service/FileSystemService.java 파일 보기

@@ -72,6 +72,7 @@ public class FileSystemService
else if(req.allowOverride())
{
// override
throw new RuntimeException("目标文件已存在, 不允许覆盖: " + dst);
}
else
throw new RuntimeException("目标文件已存在: " + dst);


불러오는 중...
취소
저장