疯狂的狮子Li
2021-11-10 d2ec3e7d9ab484563e208d761888a17a7d3675bc
ruoyi-oss/src/main/java/com/ruoyi/oss/service/impl/MinioCloudStorageStrategy.java
@@ -95,7 +95,7 @@
   @Override
   public UploadResult uploadSuffix(byte[] data, String suffix, String contentType) {
      return upload(data, getPath("", suffix), contentType);
      return upload(data, getPath(properties.getPrefix(), suffix), contentType);
   }
   @Override