fix json bug

This commit is contained in:
Looly
2022-05-27 17:42:02 +08:00
parent 969a017f02
commit bfa130b564
7 changed files with 58 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.2.M1 (2022-05-26)
# 5.8.2.M1 (2022-05-27)
### 🐣新特性
* 【core 】 BeanUtil拷贝对象增加空检查issue#I58CJ3@Gitee
@@ -18,6 +18,7 @@
* 【core 】 修复NumberUtil除法空指针问题issue#I58XKE@Gitee
* 【core 】 修复CAR_VIN正则pr#624@Gitee
* 【db 】 修复count查询别名问题issue#I590YB@Gitee
* 【json 】 修复json中byte[]无法转换问题issue#I59LW4@Gitee
-------------------------------------------------------------------------------------------------------------