Compare commits
No commits in common. "23cd1b46019bfed337a755a58722734fe86449b0" and "031fc8ba1b07baf9d8bef90cb094d7f50a3e2b19" have entirely different histories.
23cd1b4601
...
031fc8ba1b
|
@ -265,7 +265,6 @@ class LiveRoomQueryRepositoryImpl(
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(useCan)
|
.from(useCan)
|
||||||
.innerJoin(useCan.room, liveRoom)
|
|
||||||
.join(useCan.member, member)
|
.join(useCan.member, member)
|
||||||
.groupBy(useCan.member)
|
.groupBy(useCan.member)
|
||||||
.where(where)
|
.where(where)
|
||||||
|
|
Loading…
Reference in New Issue