用户红包返还修复
This commit is contained in:
parent
399f69dada
commit
1bd9d17ffb
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user