|
|
@ -614,6 +614,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
} |
|
|
|
if ("02".equals(loanSecondarySalesCost.getVehicleViolationCostAssumeKey())){ |
|
|
|
if(loanSecondarySalesCost.getVehicleViolationCost() != null){ |
|
|
|
finUncollectedReceivablesDetailedJR.setSid(UUID.randomUUID().toString()); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleKey("018"); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleValue("车辆违章费用"); |
|
|
|
finUncollectedReceivablesDetailedJR.setReveivableMoney(loanSecondarySalesCost.getVehicleViolationCost()); |
|
|
@ -625,6 +626,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
|
|
|
|
if ("02".equals(loanSecondarySalesCost.getInspectYearCostAssumeKey())){ |
|
|
|
if(loanSecondarySalesCost.getInspectYearCost() != null){ |
|
|
|
finUncollectedReceivablesDetailedJR.setSid(UUID.randomUUID().toString()); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleKey("019"); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleValue("年检费"); |
|
|
|
finUncollectedReceivablesDetailedJR.setReveivableMoney(loanSecondarySalesCost.getInspectYearCost()); |
|
|
@ -634,6 +636,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
} |
|
|
|
if ("02".equals(loanSecondarySalesCost.getInsureCostAssumeKey())){ |
|
|
|
if(loanSecondarySalesCost.getInsureCost() != null){ |
|
|
|
finUncollectedReceivablesDetailedJR.setSid(UUID.randomUUID().toString()); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleKey("020"); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleValue("保险费"); |
|
|
|
finUncollectedReceivablesDetailedJR.setReveivableMoney(loanSecondarySalesCost.getInsureCost()); |
|
|
@ -644,6 +647,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
} |
|
|
|
if ("02".equals(loanSecondarySalesCost.getOwnershipCostAssumeKey())){ |
|
|
|
if(loanSecondarySalesCost.getOwnershipCost() != null){ |
|
|
|
finUncollectedReceivablesDetailedJR.setSid(UUID.randomUUID().toString()); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleKey("021"); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleValue("过户费"); |
|
|
|
finUncollectedReceivablesDetailedJR.setReveivableMoney(loanSecondarySalesCost.getOwnershipCost()); |
|
|
@ -654,6 +658,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
} |
|
|
|
if ("02".equals(loanSecondarySalesCost.getStopCostAssumeKey())){ |
|
|
|
if(loanSecondarySalesCost.getStopCost() != null){ |
|
|
|
finUncollectedReceivablesDetailedJR.setSid(UUID.randomUUID().toString()); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleKey("022"); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleValue("停车费"); |
|
|
|
finUncollectedReceivablesDetailedJR.setReveivableMoney(loanSecondarySalesCost.getStopCost()); |
|
|
@ -664,6 +669,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
} |
|
|
|
if ("02".equals(loanSecondarySalesCost.getOtherCostAssumeKey())){ |
|
|
|
if(loanSecondarySalesCost.getOtherCost() != null){ |
|
|
|
finUncollectedReceivablesDetailedJR.setSid(UUID.randomUUID().toString()); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleKey("023 "); |
|
|
|
finUncollectedReceivablesDetailedJR.setPayCostTitleValue("其他费用"); |
|
|
|
finUncollectedReceivablesDetailedJR.setReveivableMoney(loanSecondarySalesCost.getOtherCost()); |
|
|
|