spotless
This commit is contained in:
@@ -312,7 +312,7 @@ public class LabelWorkRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
.innerJoin(memberEntity)
|
.innerJoin(memberEntity)
|
||||||
.on(whereSubBuilder)
|
.on(whereSubBuilder)
|
||||||
.where(whereBuilder)
|
.where(whereBuilder)
|
||||||
//.groupBy(memberEntity.userRole, memberEntity.name, memberEntity.userId)
|
// .groupBy(memberEntity.userRole, memberEntity.name, memberEntity.userId)
|
||||||
.fetchOne();
|
.fetchOne();
|
||||||
|
|
||||||
return new PageImpl<>(foundContent, pageable, countQuery);
|
return new PageImpl<>(foundContent, pageable, countQuery);
|
||||||
|
|||||||
Reference in New Issue
Block a user