dao层修改 单元测试
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user