Merge pull request #112 from ronger-x/master

🎨 总文章数不计算草稿
This commit is contained in:
ronger 2022-11-02 20:32:26 +08:00 committed by GitHub
commit 0ffcd219d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
</select> </select>
<select id="selectArticleCount" resultType="java.lang.Integer"> <select id="selectArticleCount" resultType="java.lang.Integer">
select count(*) select count(*)
from forest_article from forest_article where article_status = 0
</select> </select>
<select id="selectNewArticleCount" resultType="java.lang.Integer"> <select id="selectNewArticleCount" resultType="java.lang.Integer">
select count(*) select count(*)