|
|
@ -2356,10 +2356,9 @@ public class BusArrearsCarryVehicleApplyService extends MybatisBaseService<BusAr |
|
|
|
String carContractImages = String.join(",", carContract).replaceAll(fileUploadComponent.getUrlPrefix(), ""); |
|
|
|
busArrearsCarryVehicleApply.setCarContractFile(carContractImages); |
|
|
|
} |
|
|
|
|
|
|
|
List<String> guaranteeLetter = query.getGuaranteeLetter(); |
|
|
|
if (guaranteeLetter.isEmpty()) { |
|
|
|
return rb.setMsg("请上传欠款提车担保承诺书"); |
|
|
|
} else { |
|
|
|
if (!guaranteeLetter.isEmpty()) { |
|
|
|
String guaranteeLetterImages = String.join(",", guaranteeLetter).replaceAll(fileUploadComponent.getUrlPrefix(), ""); |
|
|
|
busArrearsCarryVehicleApply.setGuaranteeLetterFile(guaranteeLetterImages); |
|
|
|
} |
|
|
|