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) {