DateUtil.parse适配6位毫秒格式

This commit is contained in:
Looly
2023-06-29 17:07:34 +08:00
parent 161edefaf2
commit d494e001b6
5 changed files with 47 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
* 【poi 】 ExcelReader.getWriter逻辑变更当从非文件读取时获取sheet而非空表格。
* 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符pr#3171@Github
* 【core 】 DateUtil.parse适配6位毫秒格式issue#I7H34N@Gitee
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github