From 66dcacb50e5ed107f5b70b599a488a433244143e Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 11 Sep 2025 15:13:57 +0800 Subject: [PATCH] =?UTF-8?q?VIP=E5=88=97=E8=A1=A8=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=A5=96=E5=8A=B1=E9=87=91=E5=B8=81=E4=B8=BA0=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/command/material/query/NobleVipStoreListQryExe.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/query/NobleVipStoreListQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/query/NobleVipStoreListQryExe.java index e6ef2e5b..9389f360 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/query/NobleVipStoreListQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/query/NobleVipStoreListQryExe.java @@ -56,8 +56,7 @@ public class NobleVipStoreListQryExe { .setDataCard(propsMaterialAppConvertor.toPropsResourcesDTO(nobleVipAbility.getDataCard())) .setPropsPrices(nobleVipStore.getPropsPrices()) .setOwn(contains(propsBackpacks, nobleVipStore.propsResourceId())) - .setOwnArbitrary(CollectionUtils.isNotEmpty(propsBackpacks)) - .changeLoginRewardsAmount(BigDecimal.ZERO); + .setOwnArbitrary(CollectionUtils.isNotEmpty(propsBackpacks)); }).collect(Collectors.toList()); }