From b53a2597260f14ba4825347eae33f913523bed45 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 13 Jan 2026 10:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/UserActivityRechargeServiceImpl.java | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/activity/impl/UserActivityRechargeServiceImpl.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/activity/impl/UserActivityRechargeServiceImpl.java index 6fdd800b..f32c6088 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/activity/impl/UserActivityRechargeServiceImpl.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/service/activity/impl/UserActivityRechargeServiceImpl.java @@ -37,14 +37,13 @@ public class UserActivityRechargeServiceImpl implements UserActivityRechargeServ LocalDate today = ZonedDateTimeAsiaRiyadhUtils.now().toLocalDate(); String rechargeDate = today.toString(); - int result = 0; -// int result = userActivityRechargeDAO.incrAmount( -// userId, -// FIXED_ACTIVITY_ID, -// rechargeDate, -// type.name(), -// amount -// ); + int result = userActivityRechargeDAO.incrAmount( + userId, + FIXED_ACTIVITY_ID, + rechargeDate, + type.name(), + amount + ); userActivityRechargeDAO.incrAmount( userId,