|
|
|
@@ -877,8 +877,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
} else { |
|
|
|
for (int i = 1; i < size; i++) { |
|
|
|
BigDecimal divide = priceD.add(new BigDecimal(integers.get(i))); |
|
|
|
priceD = priceD.add(divide); |
|
|
|
priceD = priceD.add(new BigDecimal(integers.get(i))); |
|
|
|
priceArrs[i] = priceD.setScale(0, RoundingMode.HALF_EVEN).longValue(); |
|
|
|
} |
|
|
|
} |
|
|
|
|