DateUtil.date方法统一修改规则,传入null返回null

This commit is contained in:
Looly
2023-02-09 20:31:17 +08:00
parent c64b38244b
commit db108e1ca9
2 changed files with 14 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
* 【db 】 AbstractDb添加返回类型为PageResult的page重载方法pr#916@Gitee
* 【core 】 DesensitizedUtil增加对IPv4和IPv6支持issue#I6ABCS@Gitee
* 【core 】 针对CollUtil.subtract coll1 为只读集合的补偿pr#2865@Github
* 【core 】 DateUtil.date方法统一修改规则传入null返回nullpr#2877@Github
### 🐞Bug修复
* 【core 】 修复HexUtil.isHexNumber()对"-"的判断问题issue#2857@Github