|
|
|
@@ -1637,7 +1637,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
WxMerchant merchant = wxMerchantMapper.selectById((Long) merchantId); |
|
|
|
Integer status = merchant.getStatus(); |
|
|
|
if (status.equals(EnumMerchantStatus.VALID.getCode())) { |
|
|
|
wxMerchantService.disable((Long) merchantId); |
|
|
|
//wxMerchantService.disable((Long) merchantId); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|