数据库查询失败: SQLSTATE[HY093]: Invalid parameter number: mixed named and positional parameters
SQL: SELECT a.*, c.name as category_name, c.slug as category_slug FROM news_articles a LEFT JOIN news_categories c ON a.category_id = c.id WHERE status = 'published' AND id IN (SELECT article_id FROM news_article_tags WHERE tag_id = ?) ORDER BY a.is_top DESC, a.published_at DESC, a.created_at DESC LIMIT :limit OFFSET :offset