🎨 总文章数不计算草稿
This commit is contained in:
parent
5cde5a298b
commit
af6e554e3e
@ -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(*)
|
||||||
|
Loading…
Reference in New Issue
Block a user