|
@@ -116,6 +116,7 @@ public class KfMsgServiceImpl implements IKfMsgService {
|
|
|
}
|
|
|
return gameAppletService.list(new LambdaQueryWrapper<GameApplet>()
|
|
|
.eq(GameApplet::getType, 1)
|
|
|
+ .eq(GameApplet::getKfNew, Boolean.FALSE)
|
|
|
.in(!SecurityUtil.isAdmin(), GameApplet::getGameId,
|
|
|
gameAuthList.stream().map(GameAuth::getGameId).collect(Collectors.toSet()))
|
|
|
).stream().map(this::toVO).collect(Collectors.toList());
|