修复金额转换为英文时缺少 trillion 单位问题

This commit is contained in:
Looly
2024-01-02 13:34:59 +08:00
parent 14da4e7151
commit 7e81e26a6f
2 changed files with 9 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
* 【core 】 修复PostgreSQL、H2使用upsert字段大小写问题issue#I8PB4X@Gitee
* 【core 】 修复RandomUtil.randomInt,RandomUtil.randomLong边界问题pr#3450@Github
* 【db 】 修复Druid连接池无法设置部分属性问题issue#I8STFC@Gitee
* 【core 】 修复金额转换为英文时缺少 trillion 单位问题pr#3454@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-23)