크리에이터 관리자 라이브 정산
- 본인 것 외에 보이지 않도록 수정
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user