修改 单元测试

This commit is contained in:
禾几海
2020-05-26 00:16:09 +08:00
parent 2f27578bb0
commit 9582725b3a
4 changed files with 4 additions and 14 deletions

View File

@@ -108,7 +108,7 @@
limit 1
</select>
<select id="count">
<select id="count" resultType="long">
select count(*)
from article where is_delete = false;
</select>