💄 修改样式.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user