dao层修改
This commit is contained in:
@@ -86,7 +86,8 @@
|
||||
<select id="count" resultType="java.lang.Long">
|
||||
select count(*)
|
||||
from tag_category
|
||||
where is_category = true;
|
||||
where is_category = true
|
||||
and is_delete = false;
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user