Browse Source

[合同][修改][终止合同审批]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
15ac0619de
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java View File

@@ -168,6 +168,7 @@ public class WxFlowServiceImpl implements WxFlowService {
wxBillRent.setRentContractId(businessId);
wxBillRentMapper.updateInvalidStatus(wxBillRent);

wxRentContractService.updateApplyStatus(rent);
//解绑商户和商铺关系
wxMerchantService.disable(wxRentContractMapper.selectByPrimaryKey(businessId).getMerchantId());
}


Loading…
Cancel
Save