|
|
|
@@ -193,6 +193,7 @@ public class WxAgileContractServiceImpl implements WxAgileContractService { |
|
|
|
WxShop s = deposit.getShopList().get(j); |
|
|
|
WxRentContractAgileDepositShop ds = new WxRentContractAgileDepositShop(); |
|
|
|
ds.setRentContractId(wxRentContract.getId()); |
|
|
|
ds.setRentDepositId(rca.getId()); |
|
|
|
ds.updateTenantInfo(wxRentContract); |
|
|
|
ds.setId(idWorker.nextId()); |
|
|
|
ds.setCreatetime(new Date()); |
|
|
|
|