Query Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 's.is_verified' in 'field list'
Failed SQL: 
                SELECT s.id, s.name, s.slug, s.logo, s.is_verified,
                       COUNT(cp.id) AS posts,
                       COALESCE(SUM(cp.likes_count),0) AS likes,
                       COALESCE(SUM(cp.comments_count),0) AS comments,
                       COALESCE(SUM(cp.views_count),0) AS views,
                       (SELECT COUNT(*) FROM shop_followers sf WHERE sf.shop_id = s.id) AS followers
                FROM shops s
                LEFT JOIN community_posts cp ON cp.shop_id = s.id AND cp.is_published = 1
                WHERE s.status = 'active'
                GROUP BY s.id
                HAVING posts > 0 OR followers > 0
                LIMIT 200
            
Params: Array
(
)
อันดับร้านในชุมชน - เมนูเด็ด.com
🏆

อันดับร้านในชุมชน

ร้านที่มีส่วนร่วมในคอมมูนิตี้มากที่สุด — โพสต์ ยอดถูกใจ และผู้ติดตาม

ยังไม่มีข้อมูลอันดับ

คะแนนคำนวณจาก: โพสต์ ×10 · ผู้ติดตาม ×5 · ความคิดเห็น ×3 · ถูกใจ ×2 · เข้าชม ×0.1