From 4f96f4a730162eac31c7e9f682956c1bfdd7d852 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Sat, 27 Sep 2025 15:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E7=A4=BC=E7=89=A9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=9F=A5=E8=AF=A2=E5=86=99=E6=AD=BB=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../game/impl/GameLuckyGiftConfigClientServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/game/impl/GameLuckyGiftConfigClientServiceImpl.java b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/game/impl/GameLuckyGiftConfigClientServiceImpl.java index 73c36314..5e50a709 100644 --- a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/game/impl/GameLuckyGiftConfigClientServiceImpl.java +++ b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/game/impl/GameLuckyGiftConfigClientServiceImpl.java @@ -93,8 +93,7 @@ public class GameLuckyGiftConfigClientServiceImpl implements GameLuckyGiftConfig List standardConfigs = luckyGiftStandards.stream() .filter(luckyGiftStandard -> - CollectionUtils.isNotEmpty(probabilityMap.get(luckyGiftStandard.getId())) - && probabilityMap.get(luckyGiftStandard.getId()).size() == 5) + CollectionUtils.isNotEmpty(probabilityMap.get(luckyGiftStandard.getId()))) .collect(Collectors.toList()); if (CollectionUtils.isEmpty(standardConfigs)) {