dao层修改 单元测试

This commit is contained in:
禾几海
2020-05-24 22:00:06 +08:00
parent 732bbe4444
commit 87de48b5a0
7 changed files with 257 additions and 41 deletions

View File

@@ -113,7 +113,7 @@
<select id="findAllByAuthorId" resultMap="articleViewResultMap">
select *
from articleView
where authorId = #{authorID}
where authorId = #{authorId}
and isDelete = false
order by articleId desc
</select>