From 392b680e75bb673f2fed7687012a25696f910126 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 19:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=20=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/jinyou/model/UserPrice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jinyou/model/UserPrice.php b/app/jinyou/model/UserPrice.php index 4789385..cc0bb4f 100644 --- a/app/jinyou/model/UserPrice.php +++ b/app/jinyou/model/UserPrice.php @@ -32,7 +32,7 @@ class UserPrice extends Model $package_info['Price'] = $price; } - if ($price > $package_info['Price'] && $price < 1000000) { + if ($price > $package_info['Price'] && $price < 100000) { $package_info['Price'] = $price; } }