修改bug 价格有误

This commit is contained in:
“wanyongkang”
2025-05-30 19:43:25 +08:00
parent 48856a4d0e
commit 392b680e75

View File

@@ -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;
}
}