首充没配置奖励或者没有配置档位不显示弹窗

This commit is contained in:
2025-09-16 14:26:35 +08:00
parent e65236de28
commit 711c4fccc5

View File

@@ -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;
}