From 5fbbac4dcc9266952f189ae72601fa3ba9aaf2d3 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 30 Jan 2026 12:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=A9=E6=88=B4=E5=8B=8B=E7=AB=A0=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/red/circle/other/infra/common/props/UserBadgeCommon.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/props/UserBadgeCommon.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/props/UserBadgeCommon.java index f9699d2c..65a327df 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/props/UserBadgeCommon.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/props/UserBadgeCommon.java @@ -70,6 +70,7 @@ public class UserBadgeCommon { entity.setSelectUrl(badgePictureConfig.getSelectUrl()); entity.setNotSelectUrl(badgePictureConfig.getNotSelectUrl()); entity.setAnimationUrl(badgePictureConfig.getAnimationUrl()); + entity.setUse(badgeBackpack.getUseProps()); entity.setExpireTime( Objects.equals(badgeBackpack.getExpireType(), BadgeBackpackExpireType.PERMANENT.name()) ? TimestampUtils.nowPlusYear(10).getTime()