diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/task/TaskServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/task/TaskServiceImpl.java index 6de4ed26..4efe2ff9 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/task/TaskServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/task/TaskServiceImpl.java @@ -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())) {