From 7a3dfaeafc351d88586ceed7a4be62949dd6c5df Mon Sep 17 00:00:00 2001 From: dy-hu Date: Mon, 3 Jun 2024 16:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=8E=B7=E5=8F=96=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=B7=BB=E5=8A=A0=E5=BA=97=E9=93=BAlogo=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mybatis/mapper/shop/CerePlatformShopDAO.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cereshop-business/src/main/resources/mybatis/mapper/shop/CerePlatformShopDAO.xml b/cereshop-business/src/main/resources/mybatis/mapper/shop/CerePlatformShopDAO.xml index 63db11a..b9bf3ac 100644 --- a/cereshop-business/src/main/resources/mybatis/mapper/shop/CerePlatformShopDAO.xml +++ b/cereshop-business/src/main/resources/mybatis/mapper/shop/CerePlatformShopDAO.xml @@ -283,7 +283,7 @@ SELECT a.shop_id, a.business_id, a.shop_code, a.shop_name, a.shop_brief, a.shop_phone, a.shop_password, a.charge_person_name, a.charge_person_phone, a.shop_adress, a.effective_date, a.effective_year, a.contract_state, a.authentication_state, a.check_state, a.`state`, a.authen_type, a.create_time, a.update_time, - a.audit_live, a.audit_live_product,b.business_name, a.is_cross + a.audit_live, a.audit_live_product,b.business_name, a.is_cross, a.shop_logo FROM cere_platform_shop a INNER JOIN cere_platform_business b ON a.business_id = b.business_id