首充没配置奖励或者没有配置档位不显示弹窗
This commit is contained in:
@@ -86,12 +86,14 @@ public class FirstChargeService {
|
||||
}
|
||||
List<ActivityExpVo> activityExpVos = activityH5LevelExpService.getLevelList(FIRST_CHARGE, partitionId);
|
||||
if (CollectionUtils.isEmpty(activityExpVos)) {
|
||||
firstChargeVo.setChargeStatus(Boolean.TRUE);
|
||||
return firstChargeVo;
|
||||
}
|
||||
|
||||
Map<Integer, List<ActivityH5LevelAward>> awardMap =
|
||||
activityH5LevelAwardService.levelMapByPartition(partitionId, FIRST_CHARGE.getType());
|
||||
if (awardMap.isEmpty()) {
|
||||
firstChargeVo.setChargeStatus(Boolean.TRUE);
|
||||
return firstChargeVo;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user