代码提交

This commit is contained in:
luozhun 2024-12-20 09:15:17 +08:00
parent 6cefd722cd
commit e1325d6335
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ public class MinioPrefixSerializer implements ObjectWriter<String> {
if (object instanceof String path && StrUtil.isNotEmpty(path)) {
jsonWriter.writeString(minioPrefix + object);
}
jsonWriter.writeNull();
jsonWriter.writeString("");
}
}