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());