snowy-main/src/main/java/vip/xiaonuo/modular/blogarticletype/mapper/mapping/BlogArticleTypeMapper.xml
@@ -12,7 +12,7 @@ ( SELECT t.id, count(t.id) count count(t.id) `count` FROM blog_article a, blog_article_type t @@ -28,6 +28,7 @@ ) t2 on t1.id = t2.id where t1.is_show_face = 1 ORDER BY t1.top_value ASC, t1.create_date DESC