|
@ -1697,7 +1697,7 @@ public class FinPaymentrecordService extends MybatisBaseService<FinPaymentrecord |
|
|
FinPaymentapplyEve finPaymentapplyEve = finPaymentapplyEveService.fetchBySid(finPaymentrecord.getBusSid()); |
|
|
FinPaymentapplyEve finPaymentapplyEve = finPaymentapplyEveService.fetchBySid(finPaymentrecord.getBusSid()); |
|
|
BigDecimal exePayPriceTotal = finPaymentapplyEveService.fetchExePriceByMainSid(finPaymentapplyEve.getApplySid()); |
|
|
BigDecimal exePayPriceTotal = finPaymentapplyEveService.fetchExePriceByMainSid(finPaymentapplyEve.getApplySid()); |
|
|
//查询保证金
|
|
|
//查询保证金
|
|
|
BigDecimal bzj = finPaymentapplyDetailsBelowService.fetchBzj(finPaymentapplyEve.getApplySid()); |
|
|
BigDecimal bzj = finPaymentapplyDetailsBelowService.fetchBzj(finPaymentapplyEve.getEveSid()); |
|
|
if (bzj == null){ |
|
|
if (bzj == null){ |
|
|
bzj = BigDecimal.ZERO; |
|
|
bzj = BigDecimal.ZERO; |
|
|
} |
|
|
} |
|
|