Compare commits
No commits in common. "8e90dbc8b69f5b73a8535a04e4af2e32910fbae1" and "9f707225212793bab189c5bb89238cd134aad06c" have entirely different histories.
8e90dbc8b6
...
9f70722521
|
@ -140,7 +140,6 @@ class OrderQueryRepositoryImpl(private val queryFactory: JPAQueryFactory) : Orde
|
||||||
.innerJoin(order.audioContent, audioContent)
|
.innerJoin(order.audioContent, audioContent)
|
||||||
.where(
|
.where(
|
||||||
order.member.id.eq(memberId)
|
order.member.id.eq(memberId)
|
||||||
.and(order.isActive.isTrue)
|
|
||||||
.and(
|
.and(
|
||||||
order.type.eq(OrderType.KEEP)
|
order.type.eq(OrderType.KEEP)
|
||||||
.or(
|
.or(
|
||||||
|
|
Loading…
Reference in New Issue