We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cbb76 commit ed05a0eCopy full SHA for ed05a0e
km-biz/src/main/java/com/xiaojukeji/know/streaming/km/biz/group/impl/GroupManagerImpl.java
@@ -75,7 +75,7 @@ public PaginationResult<GroupTopicOverviewVO> pagingGroupMembers(Long clusterPhy
75
}
76
77
if (!paginationResult.hasData()) {
78
- return PaginationResult.buildSuc(dto);
+ return PaginationResult.buildSuc(new ArrayList<>(), paginationResult);
79
80
81
// 获取指标
0 commit comments