From f7dd1d18f2bfd290f24c3de18225aa84b59b4f9e Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 11 Apr 2019 16:56:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=BA=97=E9=93=BA=E5=B7=B2=E5=87=BA=E7=A7=9F?= =?UTF-8?q?=E9=97=AE=E9=A2=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxMerchantServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java index 3eb7dfd06..9ea12989b 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java @@ -295,7 +295,6 @@ public class WxMerchantServiceImpl implements WxMerchantService { return new ResultData(ErrorCode.SHOP_NOT_SELECTED); } //先检查是否存在已出租的商铺 - List rentShopList = new ArrayList<>(); for (long shopid : shopidlist) { WxShop shop = wxShopMapper.selectByPrimaryKey(shopid); if (shop.getStatus().equals(EnumShopStatus.RENT.getCode())) {