From 694483f52695b21dfc5de24df31332fa88f3f4ad 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 20:10:18 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/common/service/LotteryService.php b/application/common/service/LotteryService.php index d00f5b77..520ae515 100644 --- a/application/common/service/LotteryService.php +++ b/application/common/service/LotteryService.php @@ -210,12 +210,12 @@ class LotteryService $this->addPoolFlow( 1, // 小奖池 2, // 开奖扣除 + $result['small_prize_amount'], $result['small_total_gold'], - $result['small_total_gold'], - 0, + $result['small_total_gold'] - $result['small_prize_amount'], $giftId, $result['small_round'] - 1, // 开奖轮次为当前轮次-1(已结束的轮次) - "小奖池开奖:轮次" . ($result['small_round'] - 1).",累计{$result['small_total_gold']}金币" + "小奖池开奖:轮次" . ($result['small_round'] - 1).",中奖金额:{$result['small_prize_amount']}金币" ); }