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