|
|
|
@@ -168,6 +168,7 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
wxBillRent.setRentContractId(businessId); |
|
|
|
wxBillRentMapper.updateInvalidStatus(wxBillRent); |
|
|
|
|
|
|
|
wxRentContractService.updateApplyStatus(rent); |
|
|
|
//解绑商户和商铺关系 |
|
|
|
wxMerchantService.disable(wxRentContractMapper.selectByPrimaryKey(businessId).getMerchantId()); |
|
|
|
} |
|
|
|
|