|
@@ -292,7 +292,7 @@ public class SellOrderServiceImpl extends BaseServiceImpl<Integer, SellOrder> im
|
|
|
//剩余待分配现金
|
|
|
BigDecimal subDetailActualAmount = detailTotalPrice.subtract(balancePaymentAmount);
|
|
|
for (int i = 0; i < goodsOrderDetails.size(); i++) {
|
|
|
- StudentPaymentOrderDetail orderDetail = orderDetails.get(i);
|
|
|
+ StudentPaymentOrderDetail orderDetail = goodsOrderDetails.get(i);
|
|
|
//获取支付金额比例
|
|
|
BigDecimal ratioAmount = BigDecimal.ZERO;
|
|
|
if(detailTotalPrice.compareTo(BigDecimal.ZERO) > 0){
|