|
|
|
@@ -611,6 +611,13 @@ public class WxBillPropertyDepositServiceImpl extends WxBillBaseService implemen |
|
|
|
|
|
|
|
@Override |
|
|
|
public void propertyContractStop(WxPropertyContract propertyContract, MallUserInfo user) { |
|
|
|
WxBillPropertyDeposit brDel = new WxBillPropertyDeposit(); |
|
|
|
brDel.setPropertyContractId(propertyContract.getId()); |
|
|
|
brDel.updateTenantInfo(propertyContract); |
|
|
|
brDel.setShopEndtime(propertyContract.getEndContractTime()); |
|
|
|
wxBillPropertyDepositMapper.deleteNoNeedPayBill(brDel); |
|
|
|
|
|
|
|
|
|
|
|
WxBillPropertyDeposit br = new WxBillPropertyDeposit(); |
|
|
|
br.setPropertyContractId(propertyContract.getId()); |
|
|
|
br.updateTenantInfo(propertyContract); |
|
|
|
|