修改客户价格超过划线价
This commit is contained in:
@@ -31,6 +31,10 @@ class UserPrice extends Model
|
|||||||
if ($price < $package_info['Price']) {
|
if ($price < $package_info['Price']) {
|
||||||
$package_info['Price'] = $price;
|
$package_info['Price'] = $price;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($price > $package_price && $price < 1000000) {
|
||||||
|
$package['Price'] = $price;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $package_info['Price'];
|
return $package_info['Price'];
|
||||||
|
|||||||
Reference in New Issue
Block a user