|
|
|
@@ -601,8 +601,10 @@ public class WxShopServiceImpl implements WxShopService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultData hasShopNumber(WxShop wxShop) { |
|
|
|
//int count = wxShopMapper.hasShopNumber(wxShop); |
|
|
|
int count = 0; |
|
|
|
if (EnumRentShopType.XIZILOU.getCode().intValue() != wxShop.getType().intValue()) { |
|
|
|
count = wxShopMapper.hasShopNumber(wxShop); |
|
|
|
} |
|
|
|
return new ResultData(ResultData.SUCCESS, "查询成功", count > 0 ? true : false); |
|
|
|
} |
|
|
|
|
|
|
|
|