|
@@ -70,6 +70,8 @@ class ApplyController extends BaseController
|
|
|
//避免重复提交
|
|
//避免重复提交
|
|
|
util::checkRepeatCommit($this->adminId);
|
|
util::checkRepeatCommit($this->adminId);
|
|
|
|
|
|
|
|
|
|
+ return false;
|
|
|
|
|
+
|
|
|
$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;
|