Service,dao层,视图,模型修改 单元测试
This commit is contained in:
@@ -34,6 +34,8 @@ public interface CommentMapper {
|
||||
|
||||
List<Comment> findAllByPagePath(String pagePath);
|
||||
|
||||
List<Comment> findAllByPagePathAndFromUser(String pagePath,long userId);
|
||||
|
||||
List<Comment> findAllByPagePathAndPid(String pagePath, long pid);
|
||||
|
||||
long countByPagePath(String pagePath);
|
||||
|
||||
Reference in New Issue
Block a user