From 360edeaa74163ab2a1e2e9ee8f6d0387273a9eb8 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 19 Mar 2026 11:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B8=81=E8=B5=A0=E9=80=81=E7=99=BE?= =?UTF-8?q?=E5=88=86=E6=AF=94=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/app/service/task/TaskServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) {