mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修改版本号
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user