道具发送通知去除金币类型

This commit is contained in:
tianfeng 2025-12-15 20:36:30 +08:00
parent 34990b8e6d
commit 483dc922ef

View File

@ -244,6 +244,7 @@ public class PropsSendCommon {
RegionConfig region = userRegionGateway.getRegionConfigByUserId(param.getAcceptUserId());
propsSendLogService.saveBatch(param.getPrizes().stream().filter(Objects::nonNull)
.filter(prize -> !PropsActivityRewardEnum.CUSTOMIZE.eq(prize.getType()))
.filter(prize -> !PropsActivityRewardEnum.GOLD.eq(prize.getType()))
.map(conf -> {
PropsSendLog propsSendLog = new PropsSendLog()
.setUserId(param.getAcceptUserId())