金币赠送百分比问题修复
This commit is contained in:
parent
d49728f7e7
commit
360edeaa74
@ -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())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user