|
|
|
@@ -287,9 +287,11 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
item.setMerchantId(unDeposit.getMerchantId()); |
|
|
|
item.setFeesId(unDeposit.getFeesId()); |
|
|
|
item.setId(idWorker.nextId()); |
|
|
|
item.updateTenantInfo(contract); |
|
|
|
item.setCreatetime(new Date()); |
|
|
|
item.setUpdatetime(new Date()); |
|
|
|
wxRentContractAgileUnDepositItemMapper.insert(item); |
|
|
|
lastEndDate = item.getEndTime(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|