吉安感知网项目-后端
linwei
2026-06-22 3ff3de60e9274da9601fba4d2165fe46be4d7f07
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, String type) throws IOException {
   public BladeFile saveAttachFile(MultipartFile file, String fileName, List<List<String>> type) throws IOException {
      return null;
   }