修复福袋统计问题
This commit is contained in:
@@ -1055,7 +1055,7 @@ public class GiftSendService extends BaseService {
|
||||
record.setUid(sendUid);
|
||||
record.setReceiveUid(recvUid);
|
||||
record.setRoomUid(roomUid);
|
||||
record.setTotalGoldNum(giftNum * gift.getGoldPrice());
|
||||
record.setTotalGoldNum(record.getGiftNum() * gift.getGoldPrice());
|
||||
|
||||
Integer giftId = record.getGiftId();
|
||||
|
||||
|
Reference in New Issue
Block a user