动态消息新增字段修复
This commit is contained in:
parent
ee59f6f25e
commit
e0545b7a63
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user