From a1be7140e86c4a264038f3383e609187c5fcf160 Mon Sep 17 00:00:00 2001 From: ly19960718 <1622779752@qq.com> Date: Fri, 9 Apr 2021 19:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E6=96=B0=E5=A2=9E=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=BB=98=E8=AE=A4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/com/tenlion/service/shop/impl/ShopServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/cn/com/tenlion/service/shop/impl/ShopServiceImpl.java b/src/main/java/cn/com/tenlion/service/shop/impl/ShopServiceImpl.java index 5b3bc9e..a8a6dbb 100644 --- a/src/main/java/cn/com/tenlion/service/shop/impl/ShopServiceImpl.java +++ b/src/main/java/cn/com/tenlion/service/shop/impl/ShopServiceImpl.java @@ -89,6 +89,7 @@ public class ShopServiceImpl extends DefaultBaseService implements IShopService Map params = HashMapUtil.beanToMap(shopVO); params.put("shopId", shopId); params.put("isLogOff", 0);//是否注销 未注销 + params.put("isCertification", 0);//是否认证 未认证 if (StringUtils.isBlank(token)) { setSaveInfo(params); } else {