fix bean bug

This commit is contained in:
Looly
2020-10-21 13:12:02 +08:00
parent e2f3a3b622
commit 4e46606e60
4 changed files with 17 additions and 19 deletions

View File

@@ -11,6 +11,7 @@
### Bug修复
* 【core 】 修复ChineseDate没有忽略时分秒导致计算错误问题issue#I1YW12@Gitee
* 【core 】 修复FileUtil中copyFile方法断言判断参数传递错误issue#I1Z2NY@Gitee
* 【core 】 修复BeanDesc读取父类属性覆盖子类属性导致的问题pr#1175@Github
-------------------------------------------------------------------------------------------------------------