|
|
@ -461,10 +461,11 @@ public class LoanBeCollectionApplyService extends MybatisBaseService<LoanBeColle |
|
|
|
int i = loanBeCollectionVehService.selBjBySaleVehSid(loanBeCollectionRecordVehInit.getSaleVehSid()); |
|
|
|
String parameterValue = sysParameterFeign.fetchByParNo("FK_YCKZSFGZ").getData(); |
|
|
|
String[] parameterValues = parameterValue.split(","); |
|
|
|
if (i < 3){ |
|
|
|
String cs = parameterValues[3]; |
|
|
|
if (i < Integer.parseInt(cs)){ |
|
|
|
loanBeCollectionVehDetailsVo.setLockCarMoney(parameterValues[i]); |
|
|
|
}else { |
|
|
|
loanBeCollectionVehDetailsVo.setLockCarMoney(parameterValues[2]); |
|
|
|
loanBeCollectionVehDetailsVo.setLockCarMoney(parameterValues[i]); |
|
|
|
yckzVinNo = yckzVinNo + loanBeCollectionVehDetailsVo.getVinNo() + ','; |
|
|
|
} |
|
|
|
List<LoanBeCollectionVehFile> loanBeCollectionVehFiles = new ArrayList<>(); |
|
|
|