修改版本号

This commit is contained in:
hope-xu 2022-05-20 17:16:40 +08:00
parent ca6514e0a3
commit a3559811b3

View File

@ -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;