mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
修改版本号
This commit is contained in:
parent
ca6514e0a3
commit
a3559811b3
@ -2772,7 +2772,7 @@ public class NumberUtil {
|
||||
*
|
||||
* @param bigDecimal 被转换的值
|
||||
* @return BigDecimal
|
||||
* @since 5.8.1
|
||||
* @since 5.8.2
|
||||
*/
|
||||
public static BigDecimal nullToZero(BigDecimal bigDecimal) {
|
||||
return bigDecimal == null ? BigDecimal.ZERO : bigDecimal;
|
||||
|
Loading…
Reference in New Issue
Block a user