文案修改

This commit is contained in:
tianfeng 2025-12-15 11:46:08 +08:00
parent 77cdad58ed
commit 6c51df6419

View File

@ -238,7 +238,7 @@ public class WeeklyRewardsSentManager {
List<RankingActivityRecord> topUsers,
List<ActivityConfigRewardsDTO> rewardsDTOList) {
if (CollectionUtils.isEmpty(topUsers) || CollectionUtils.isEmpty(rewardsDTOList)) {
log.warn("活动奖励为空, 跳过国王奖励发放");
log.warn("活动奖励为空, 跳过奖励发放");
return;
}