change size logic

This commit is contained in:
Looly
2020-04-23 11:08:44 +08:00
parent bd4bd2d4c9
commit 3f97a1e495
2 changed files with 5 additions and 5 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
## 5.3.2 (2020-04-19)
## 5.3.2 (2020-04-23)
### 新特性
* 【core 】 增加NetUtil.isOpen方法
* 【core 】 增加ThreadUtil.sleep和safeSleep的重载
* 【core 】 Sftp类增加toString方法issue#I1F2T4@Gitee
* 【core 】 修改FileUtil.size逻辑不存在的文件返回0
### Bug修复
* 【db 】 修复PageResult.isLast计算问题