@@ -122,8 +122,9 @@ class RenewController extends BaseController
util::fail('请输入金额');
}
if (getenv('YII_ENV') == 'production') {
- if ($price < 1580) {
- util::fail('不能低于年费');
+ $staff = $this->shopAdmin;
+ if ($price < 1580 && $staff->mobile != 15280215347) {
+ util::fail('金额不能低于年费');
$name = "购买系统";