Browse Source

店铺获取信息添加店铺logo信息返回

multiwx
dy-hu 8 months ago
parent
commit
7a3dfaeafc
  1. 2
      cereshop-business/src/main/resources/mybatis/mapper/shop/CerePlatformShopDAO.xml

2
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
</sql>

Loading…
Cancel
Save