修改bug 价格有误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user