|
|
@ -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> |
|
|
|