用户红包返还修复

This commit is contained in:
tianfeng 2026-01-14 17:15:30 +08:00
parent 399f69dada
commit 1bd9d17ffb

View File

@ -98,7 +98,7 @@ public class UserRedPacketExpireTask {
* 退款给用户
*/
private void refundToUser(UserRedPacket packet) {
Long amount = packet.getTotalAmount();
Long amount = packet.getTotalAmount() + packet.getHandlingFee();
Long userId = packet.getSenderUserId();
String packetId = packet.getPacketId();