@@ -1050,7 +1050,7 @@ func GetArticleResearchAndYxSpecialList(condition, conditionYxSpecial string, pa
WHERE
1 = 1 AND a.publish_status = 1 `
if condition != "" {
- sql += condition
+ sql += condition + " GROUP BY article_id "
}
if needYanxuanSpecial {
sql += `UNION ALL