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()); }