道具券图片不显示问题修复
This commit is contained in:
parent
c0c4a89a61
commit
fc4f1cf2a2
@ -165,6 +165,7 @@ public class ActivitySourceGroupGatewayImpl implements ActivitySourceGroupGatewa
|
||||
PropsActivityRewardConfig rewardConfig) {
|
||||
|
||||
if (PropsActivityRewardEnum.PROPS.eq(rewardConfig.getType())
|
||||
|| PropsActivityRewardEnum.PROP_COUPON.eq(rewardConfig.getType())
|
||||
|| PropsActivityRewardEnum.FRAGMENTS.eq(rewardConfig.getType())
|
||||
|| PropsActivityRewardEnum.CUSTOMIZE.eq(rewardConfig.getType())) {
|
||||
return buildActivityProps(propsSource.getProps(), rewardConfig);
|
||||
@ -292,6 +293,8 @@ public class ActivitySourceGroupGatewayImpl implements ActivitySourceGroupGatewa
|
||||
|
||||
private Set<Long> getPropsAllIds(List<PropsActivityRewardConfig> rewardConfigs) {
|
||||
Set<Long> propsIds = getActivityRewardContentToId(rewardConfigs, PropsActivityRewardEnum.PROPS);
|
||||
Set<Long> couponIds = getActivityRewardContentToId(rewardConfigs, PropsActivityRewardEnum.PROP_COUPON);
|
||||
propsIds.addAll(couponIds);
|
||||
|
||||
Set<Long> fragmentIds = getActivityRewardContentToId(rewardConfigs,
|
||||
PropsActivityRewardEnum.FRAGMENTS);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user