update BaseMapper list rename to select
This commit is contained in:
@@ -22,7 +22,7 @@ public interface CommentMapper extends BaseMapper<Comment, Long> {
|
||||
long countByPage(Page page);
|
||||
|
||||
@Override
|
||||
List<Comment> listByPage(Page page);
|
||||
List<Comment> selectByPage(Page page);
|
||||
|
||||
@Select("SELECT * FROM comment WHERE id = #{id}" + NOT_DELETE)
|
||||
Comment select(Long id);
|
||||
|
||||
Reference in New Issue
Block a user