【8.0.4】【file】修复bug

pull/60/head
fengshuonan 2023-11-26 22:45:02 +08:00
parent fec15dd57a
commit 0892056565
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class QingYunFileOperator implements FileOperatorApi {
return IoUtil.readBytes(objectContent); return IoUtil.readBytes(objectContent);
} catch (QSException e) { } catch (QSException e) {
log.error("青云文件操作异常:", e); log.error("青云文件操作异常:", e);
return new byte[]; return new byte[]{};
} finally { } finally {
IoUtil.close(objectContent); IoUtil.close(objectContent);
} }