Compare commits

..

No commits in common. "8e90dbc8b69f5b73a8535a04e4af2e32910fbae1" and "9f707225212793bab189c5bb89238cd134aad06c" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ 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(