From dc7827e746256352651bef2a840c14d424a147ed Mon Sep 17 00:00:00 2001 From: hellcat Date: Thu, 12 Feb 2026 11:00:00 +0800 Subject: [PATCH] no message --- src/Services/Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Services/Payment.php b/src/Services/Payment.php index db4d48c01..863add0db 100755 --- a/src/Services/Payment.php +++ b/src/Services/Payment.php @@ -378,6 +378,7 @@ final class Payment $type_pay = "balance"; } else { // 余额抵付 $iYuezhifu = $user->money; + $true_price = $true_price - $iYuezhifu; } }