|
|
|
@@ -559,7 +559,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
WxAllBill bq = new WxAllBill(); |
|
|
|
bq.updateTenantInfo(wxRentContract); |
|
|
|
bq.setRentContractId(orginId); |
|
|
|
bq.setShopEndtime(new Date()); |
|
|
|
bq.setShopEndtime(record.getRentalStartDate()); |
|
|
|
wxAllBillMapper.deleteNoNeedPayBill(bq); |
|
|
|
//把原账单的合同编号更改为源合同ID |
|
|
|
wxAllBillMapper.updateContractId(id, orginId, wxRentContract.getTenantId()); |
|
|
|
|