1,BigDecimal 如果非null, 则取值;如果是null, 则取 0:
BigDecimal b; …… Optional.ofNullable(b).orElse(BigDecimal.ZERO);