|
...
|
...
|
@@ -160,7 +160,7 @@ class PrivateController extends BaseController |
|
|
|
], [
|
|
|
|
'project_id.required' => '项目id不能为空',
|
|
|
|
]);
|
|
|
|
//获取当前用户的草鸡管理员
|
|
|
|
//获取当前用户的管理员
|
|
|
|
$userModel = new User();
|
|
|
|
$userInfo = $userModel->read(['project_id'=>$this->param['project_id'],'role_id'=>0]);
|
|
|
|
$userLoginLogicModel = new UserLoginLogic();
|
...
|
...
|
|