|
|
|
@ -33,7 +33,7 @@ public class LiveMatchmakerQueryServiceImpl implements LiveMatchmakerQueryServic |
|
|
|
return taskGroup; |
|
|
|
} |
|
|
|
|
|
|
|
private LiveMatchmaker queryByUserId(Long userId) { |
|
|
|
public LiveMatchmaker queryByUserId(Long userId) { |
|
|
|
return liveMatchmakerDao.selectOne(new LambdaQueryWrapper<LiveMatchmaker>() |
|
|
|
.eq(LiveMatchmaker::getUserId, userId) |
|
|
|
.last("limit1")); |
|
|
|
|