From e5a35a4475757dfbc54b821e57b35bd71a4a9057 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 15 Sep 2025 20:07:25 +0800 Subject: [PATCH] =?UTF-8?q?vip=E9=BB=98=E8=AE=A43=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/service/user/ManagerAuthServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java index 25896cb5..a6816d85 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java @@ -286,7 +286,8 @@ public class ManagerAuthServiceImpl implements ManagerAuthService { // UserProfile admin = userProfileGateway.getByUserId(cmd.requiredReqUserId()); - sendPropsRecord(cmd, propsSourceRecord.getType(), 7); + int days = PropsCommodityType.NOBLE_VIP.name().equals(propsSourceRecord.getType()) ? 3 : 7; + sendPropsRecord(cmd, propsSourceRecord.getType(), days); //vip单独处理 if (propsSourceRecord.getType().equals(PropsCommodityType.NOBLE_VIP.name())) { PropsNobleVipAbilityDTO vipAbility = propsNobleVipGateway.getAbilityDTO(propsSourceRecord.getId());