|
|
|
@@ -449,7 +449,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
} |
|
|
|
if(wxMerchant.getIsDel().equals(EnumDelStatus.DEL.getCode())) { |
|
|
|
// 停用商户 |
|
|
|
if(wxMerchant.getCarVendorType() > 0) { |
|
|
|
if(!wxMerchant.getCarVendorType().equals(EnumCarVendor.CAR_NOTFOUND.getCode())){ |
|
|
|
// 停车商户 |
|
|
|
logger.error("停车商户不能被删除"); |
|
|
|
return new ResultData(ErrorCode.MERCHANT_CAR_NOT_DEL); |
|
|
|
|