@@ -274,4 +274,6 @@ public interface ArticleTweetDao {
List<WalkthroughVo> walkthroughPage(String strSql, Integer page, Integer rows);
int walkthroughTotal(String strSql);
+
+ public List<ArticleLikeMaxVo> queryTop3ArticleLike();
}