IdcardUtil增加convert18To15方法

This commit is contained in:
Looly
2022-09-14 21:49:22 +08:00
parent ac3fc026e1
commit c7bb17138e
3 changed files with 21 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
### 🐣新特性
* 【core 】 BooleanUtil的andOfWrap和orOfWrap()忽略nullissue#2599@Github
* 【jwt 】 优化JWT自动识别header中的算法并可自定义header中key的顺序issue#I5QRUO@Gitee
* 【core 】 IdcardUtil增加convert18To15方法issue#I5QYCP@Gitee
### 🐞Bug修复
* 【core 】 修复ObjectUtil.defaultIfXXX中NPE问题pr#2603@Github
* 【db 】 修复Hive2驱动无法识别问题issue#2606@Github