구매목록 - isActive 가 true 인 것만 조회되도록 수정
This commit is contained in:
@@ -140,6 +140,7 @@ class OrderQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : Orde
|
||||
.innerJoin(order.audioContent, audioContent)
|
||||
.where(
|
||||
order.member.id.eq(memberId)
|
||||
.and(order.isActive.isTrue)
|
||||
.and(
|
||||
order.type.eq(OrderType.KEEP)
|
||||
.or(
|
||||
|
Reference in New Issue
Block a user