金币赠送百分比问题修复

This commit is contained in:
tianfeng 2026-03-19 11:25:15 +08:00
parent d49728f7e7
commit 360edeaa74

View File

@ -381,7 +381,7 @@ public class TaskServiceImpl implements TaskService {
.sysOrigin(SysOriginPlatformEnum.valueOf(cmd.getReqSysOrigin().getOrigin()))
.origin(GoldOrigin.CP_REWARD)
.originDescribe(SendPropsOrigin.DAILY_TASK_REWARD.getDesc())
.amount(PennyAmount.ofPenny(extraGold))
.amount(PennyAmount.ofPenny(extraGold * 100))
.build());
} else if ("CUSTOMIZE".equalsIgnoreCase(rewardConfig.getType())) {