From f8a221f0e42e7d10440e7055d1a2826019d327d8 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 27 May 2026 19:10:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E9=80=81=E5=A4=B4=E5=83=8F=E6=A1=86?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E5=B8=A6=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/app/listener/BadgeOperateListener.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/listener/BadgeOperateListener.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java index 1de9e481..1a1ab414 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/BadgeOperateListener.java @@ -195,7 +195,7 @@ public class BadgeOperateListener implements MessageListener { .setOrigin(SendPropsOrigin.SYSTEM_OPERATION.name()) .setOriginDesc(SendPropsOrigin.SYSTEM_OPERATION.getDesc()) .setDays(days) - .setUseProps(Boolean.FALSE) + .setUseProps(Boolean.TRUE) .setAllowGive(Boolean.FALSE) ); } catch (Exception e) {