java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result。
divide 出现无线循环小数会报错。
divide(dtoItem.getAmountActuallyExecuted(), 10, RoundingMode.UP)
java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result。
divide 出现无线循环小数会报错。
divide(dtoItem.getAmountActuallyExecuted(), 10, RoundingMode.UP)