Commit 170e05dc authored by Liang Ding's avatar Liang Ding

🎨 存档查询 SQL

parent cc468684
...@@ -645,8 +645,6 @@ public class ArticleQueryService { ...@@ -645,8 +645,6 @@ public class ArticleQueryService {
"\taa.archiveDate_oId = ?\n" + "\taa.archiveDate_oId = ?\n" +
"AND a.oId = aa.article_oId\n" + "AND a.oId = aa.article_oId\n" +
"AND a.articleStatus = 0\n" + "AND a.articleStatus = 0\n" +
"GROUP BY\n" +
"\ta.oId\n" +
"ORDER BY\n" + "ORDER BY\n" +
"\ta.oId DESC\n" + "\ta.oId DESC\n" +
"LIMIT ?,\n" + "LIMIT ?,\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment