IDEA代码优化

This commit is contained in:
禾几海
2020-05-26 14:03:46 +08:00
parent 7d7a0fc82d
commit 21adedea84
26 changed files with 72 additions and 151 deletions

View File

@@ -34,7 +34,7 @@ public interface CommentMapper {
List<Comment> findAllByPagePath(String pagePath);
List<Comment> findAllByPagePathAndFromUser(String pagePath,long userId);
List<Comment> findAllByPagePathAndFromUser(String pagePath, long userId);
List<Comment> findAllByPagePathAndPid(String pagePath, long pid);