|
|
|
@@ -152,6 +152,12 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
logger.info("未发现要停用的商户"); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
if(!wxMerchant.getCarVendorType().equals(EnumMerchantStatus.NOT_VALID)){ |
|
|
|
logger.info("不能停用停车商户"); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
wxMerchant.setStatus(EnumMerchantStatus.NOT_VALID.getCode()); |
|
|
|
wxMerchantMapper.updateByPrimaryKeySelective(wxMerchant); |
|
|
|
//解绑商铺 |
|
|
|
|