fix cron bug

This commit is contained in:
Looly
2020-04-19 11:41:10 +08:00
parent f4fc97f9de
commit 8e42898d46
4 changed files with 84 additions and 20 deletions

View File

@@ -7,8 +7,11 @@
### 新特性
* 【core 】 增加NetUtil.isOpen方法
* 【core 】 增加ThreadUtil.sleep和safeSleep的重载
### Bug修复
* 【db 】 修复PageResult.isLast计算问题
* 【cron 】 修复更改系统时间后CronTimer被阻塞的问题issue#838@Github
-------------------------------------------------------------------------------------------------------------
## 5.3.1 (2020-04-17)