礼物-GiftSendRecord加上messId

This commit is contained in:
khalil
2025-01-09 18:15:10 +08:00
parent 12cb5bdcc7
commit a318876075
2 changed files with 2 additions and 0 deletions

View File

@@ -41,4 +41,5 @@ public class GiftSendRecord {
private Byte giftSource;
private String messId;
}

View File

@@ -187,6 +187,7 @@ public class GiftMessageService extends BaseService {
giftSendRecord.setTotalDiamondNum(giftMessage.getDiamondNum());
giftSendRecord.setCreateTime(new Date(giftMessage.getMessTime()));
giftSendRecord.setGiftSource(giftMessage.getGiftSource().byteValue());
giftSendRecord.setMessId(giftMessage.getMessId());
giftSendRecordService.insertGiftSendRecord(giftSendRecord);