Merge remote-tracking branch 'origin/dev/3.1_release_merge' into dev-ltx

This commit is contained in:
litianxiang
2025-11-20 10:48:57 +08:00

View File

@@ -519,6 +519,7 @@ public class MinioUtil {
return bucketName + "/" + fileName;
} catch (Exception e) {
log.info("base64上传minio失败:{}",e.getMessage());
log.error(e.getMessage());
return null; // or throw an exception
}