|
|
|
@@ -295,7 +295,6 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
return new ResultData(ErrorCode.SHOP_NOT_SELECTED); |
|
|
|
} |
|
|
|
//先检查是否存在已出租的商铺 |
|
|
|
List<WxShop> rentShopList = new ArrayList<>(); |
|
|
|
for (long shopid : shopidlist) { |
|
|
|
WxShop shop = wxShopMapper.selectByPrimaryKey(shopid); |
|
|
|
if (shop.getStatus().equals(EnumShopStatus.RENT.getCode())) { |
|
|
|
|