mirror of https://gitee.com/stylefeng/roses
【8.0.4】【file】修复bug
parent
fec15dd57a
commit
0892056565
|
@ -156,7 +156,7 @@ public class QingYunFileOperator implements FileOperatorApi {
|
|||
return IoUtil.readBytes(objectContent);
|
||||
} catch (QSException e) {
|
||||
log.error("青云文件操作异常:", e);
|
||||
return new byte[];
|
||||
return new byte[]{};
|
||||
} finally {
|
||||
IoUtil.close(objectContent);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue