VIP列表登录奖励金币为0修复
This commit is contained in:
parent
78a3a34c0e
commit
66dcacb50e
@ -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());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user