From e0545b7a635ba8da6db28c5f73d3f11053a8b45a Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 2 Feb 2026 14:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=B6=88=E6=81=AF=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AD=97=E6=AE=B5=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/listener/gift/strategy/GiftCountStrategy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java index 201f880a..761dd299 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftCountStrategy.java @@ -765,6 +765,7 @@ public class GiftCountStrategy implements GiftStrategy { // 保存消息 DynamicMessage message = new DynamicMessage(); + message.setContent(runningWater.getGiftId() + " * " + giftValue.getQuantity()); message.setDynamicContentId(Long.parseLong(runningWater.getDynamicContentId())); message.setToUserId( dynamicContent.getCreateUser()); message.setCreateUser(runningWater.getUserId());