|
|
|
@@ -1330,6 +1330,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
|
|
|
|
private WxRentContractAgileRenevueItem generateRenevueItem(IdWorker idWorker,WxRentContract rentContract,Long newContractId,Long renevueId) { |
|
|
|
WxRentContractAgileRenevueItem ari = new WxRentContractAgileRenevueItem(); |
|
|
|
ari.updateTenantInfo(rentContract); |
|
|
|
ari.setRentContractId(newContractId); |
|
|
|
ari.setRenevueId(renevueId); |
|
|
|
ari.setBeginTime(rentContract.getRentalStartDate()); |
|
|
|
@@ -1340,6 +1341,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
ari.setId(idWorker.nextId()); |
|
|
|
ari.setCreatetime(new Date()); |
|
|
|
ari.setUpdatetime(new Date()); |
|
|
|
ari.setRentArea(rentContract.getRentArea()); |
|
|
|
return ari; |
|
|
|
} |
|
|
|
|
|
|
|
|