spotless
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user