zhouhao před 7 roky
rodič
revize
64e56ad61e

+ 1 - 0
hsweb-system/hsweb-system-file/hsweb-system-file-service/hsweb-system-file-service-simple/src/main/java/org/hswebframework/web/service/file/simple/LocalFileService.java

@@ -121,6 +121,7 @@ public class LocalFileService implements FileService {
     }
 
     @Override
+    @SuppressWarnings("all")
     public FileInfoEntity saveFile(InputStream fileStream, String fileName, String type, String creatorId) throws IOException {
         //配置中的文件上传根路径
         String fileBasePath = getFilePath();