|
@@ -72,8 +72,6 @@ class ApplyController extends BaseController
|
|
|
//避免重复提交
|
|
//避免重复提交
|
|
|
util::checkRepeatCommit($this->adminId);
|
|
util::checkRepeatCommit($this->adminId);
|
|
|
|
|
|
|
|
- util::fail('暂停');
|
|
|
|
|
-
|
|
|
|
|
$post = Yii::$app->request->post();
|
|
$post = Yii::$app->request->post();
|
|
|
$post['adminId'] = $this->adminId;
|
|
$post['adminId'] = $this->adminId;
|
|
|
$admin = $this->admin->attributes;
|
|
$admin = $this->admin->attributes;
|