|
@ -71,10 +71,10 @@ public class BsSgcJsjdBuiContInfoService extends BaseService<BsSgcJsjdBuiContInf |
|
|
payable=payable.add(new BigDecimal(bsSgcJsjdBuiPurposeFund.getPayableAmount())); |
|
|
payable=payable.add(new BigDecimal(bsSgcJsjdBuiPurposeFund.getPayableAmount())); |
|
|
actualPay=actualPay.add(new BigDecimal(bsSgcJsjdBuiPurposeFund.getPaidinAmount())); |
|
|
actualPay=actualPay.add(new BigDecimal(bsSgcJsjdBuiPurposeFund.getPaidinAmount())); |
|
|
} |
|
|
} |
|
|
record.setActualPayment(actualPay); |
|
|
|
|
|
record.setPayableAmountUnit(payable); |
|
|
|
|
|
record.setChildren(bsSgcJsjdBuiPurposeFunds); |
|
|
record.setChildren(bsSgcJsjdBuiPurposeFunds); |
|
|
} |
|
|
} |
|
|
|
|
|
record.setActualPayment(actualPay); |
|
|
|
|
|
record.setPayableAmountUnit(payable); |
|
|
} |
|
|
} |
|
|
return fundsPage; |
|
|
return fundsPage; |
|
|
|
|
|
|
|
|