test #159

Merged
klaus merged 3 commits from test into main 2024-04-03 06:27:27 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3b59d6c546 - Show all commits

View File

@ -60,6 +60,7 @@ class CreatorAdminCalculateQueryRepository(private val queryFactory: JPAQueryFac
useCan.isRefund.isFalse
.and(liveRoom.beginDateTime.goe(startDate))
.and(liveRoom.beginDateTime.loe(endDate))
.and(liveRoom.member.id.eq(memberId))
)
.groupBy(liveRoom.id, useCan.canUsage)
.orderBy(liveRoom.id.desc(), useCan.canUsage.desc(), formattedDate.desc())