drone-ops-api/drone-resource-api/src/main/java/org/sxkj/resource/feign/IAttachClientFallback.java
@@ -36,7 +36,7 @@ } @Override public BladeFile saveAttachFile(MultipartFile file, String fileName, Integer type) throws IOException { public BladeFile saveAttachFile(MultipartFile file, String fileName, String type) throws IOException { return null; }