From 62a00d51d6be47f4c79d2b5636c58d2c6a33bb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 14 Oct 2025 18:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E7=8A=B6=E6=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/service/RedpacketService.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/common/service/RedpacketService.php b/application/common/service/RedpacketService.php index bd155da..68ac240 100644 --- a/application/common/service/RedpacketService.php +++ b/application/common/service/RedpacketService.php @@ -32,9 +32,6 @@ class RedpacketService */ public function grabWithResult($redpacketId, $userId) { - // 首先检查并更新红包状态 - $this->checkAndUpdateRedpacketStatus($redpacketId); - $redpacketModel = new Redpacket(); $redpacket = $redpacketModel->getRedpacketInfo($redpacketId);