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)) {