🎨 总文章数不计算草稿

This commit is contained in:
ronger 2022-11-02 19:59:42 +08:00
parent 5cde5a298b
commit af6e554e3e

View File

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