This commit is contained in:
2026-01-05 15:19:15 +09:00
parent e3aa0abfde
commit 0129dcacc5

View File

@@ -312,7 +312,7 @@ public class LabelWorkRepositoryImpl extends QuerydslRepositorySupport
.innerJoin(memberEntity)
.on(whereSubBuilder)
.where(whereBuilder)
//.groupBy(memberEntity.userRole, memberEntity.name, memberEntity.userId)
// .groupBy(memberEntity.userRole, memberEntity.name, memberEntity.userId)
.fetchOne();
return new PageImpl<>(foundContent, pageable, countQuery);