From c324ca598af9369eb772583a823070df4e9d8517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 30 May 2025 15:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E8=B6=85=E8=BF=87=E5=88=92=E7=BA=BF=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/jinyou/model/UserPrice.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/jinyou/model/UserPrice.php b/app/jinyou/model/UserPrice.php index 8f81dc4..250289f 100644 --- a/app/jinyou/model/UserPrice.php +++ b/app/jinyou/model/UserPrice.php @@ -31,6 +31,10 @@ class UserPrice extends Model if ($price < $package_info['Price']) { $package_info['Price'] = $price; } + + if ($price > $package_price && $price < 1000000) { + $package['Price'] = $price; + } } return $package_info['Price'];