From 10ab62cb15245d9259376d008c4b551b2074c822 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 15 Jan 2026 19:18:49 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E7=94=A8=E6=88=B7=E7=BA=A2=E5=8C=85?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E6=97=B6=E9=97=B4=E4=B8=B4=E6=97=B6=E6=94=B9?= =?UTF-8?q?=E4=B8=BA5=E5=88=86=E9=92=9F=E8=BF=87=E6=9C=9F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 08dcf14388134b411a281bb1cfceb0b954c24ce4. --- .../other/app/command/redpacket/SendUserRedPacketCmdExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java index 4606b998..b710b3ba 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java @@ -66,7 +66,7 @@ public class SendUserRedPacketCmdExe { String packetId = IdWorkerUtils.getIdStr(); - LocalDateTime expireTime = LocalDateTime.now().plusMinutes(5); + LocalDateTime expireTime = LocalDateTime.now().plusHours(24); Long handlingFee = calculateHandlingFee(cmd.getTotalAmount());