💄 修改样式.

This commit is contained in:
lijiahang
2024-06-19 10:48:00 +08:00
parent 2919950c5b
commit 830622aafb
8 changed files with 8 additions and 5 deletions

View File

@@ -109,6 +109,7 @@ public class CommandSnippetGroupServiceImpl implements CommandSnippetGroupServic
.createWrapper()
.select(CommandSnippetDO::getUserId, CommandSnippetDO::getGroupId)
.isNotNull(CommandSnippetDO::getGroupId)
.groupBy(CommandSnippetDO::getUserId)
.groupBy(CommandSnippetDO::getGroupId)
.then()
.stream()

View File

@@ -110,6 +110,7 @@ public class PathBookmarkGroupServiceImpl implements PathBookmarkGroupService {
.select(PathBookmarkDO::getUserId, PathBookmarkDO::getGroupId)
.isNotNull(PathBookmarkDO::getGroupId)
.groupBy(PathBookmarkDO::getGroupId)
.groupBy(PathBookmarkDO::getUserId)
.then()
.stream()
.collect(Collectors.groupingBy(PathBookmarkDO::getUserId,