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