|
|
@ -410,6 +410,7 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl<RentContractInf |
|
|
|
fileList.forEach(item -> { |
|
|
|
item.setReferenceId(contractId); |
|
|
|
item.setFileType(NumConstant.FOUR_STR); |
|
|
|
item.setFileName(item.getFileName()); |
|
|
|
item.setCustomerId(loginUserUtil.getLoginUserCustomerId()); |
|
|
|
}); |
|
|
|
rentContractFileService.insertBatch(fileList); |
|
|
|