From e2b55a4f28e82fbbcdadef87b4e26e86575fd63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sun, 21 Dec 2025 17:12:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=86=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/service/LotteryService.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index 273c569c..0818227b 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -103,7 +103,7 @@ class LotteryService // 开启数据库事务 Db::startTrans(); - try { +// try { // . 1记录小奖池累计流水(未开奖时) if ($result['is_small_prize'] == 0) { $this->addPoolFlow( @@ -198,10 +198,10 @@ class LotteryService 'msg' => '处理成功', 'data' => $result ]; - } catch (Exception $e) { - Db::rollback(); - throw new Exception($e->getMessage()); - } +// } catch (Exception $e) { +// Db::rollback(); +// throw new Exception($e->getMessage()); +// } } /**