|
...
|
...
|
@@ -29,7 +29,7 @@ class UserLogic extends BaseLogic |
|
|
|
{
|
|
|
|
$info = Common::get_user_cache($this->model, $this->param['id'], 'A');
|
|
|
|
if (empty($info)) {
|
|
|
|
$info = $this->model->read($this->param, ['id', 'project_id', 'name', 'status', 'mobile', 'operator_id']);
|
|
|
|
$info = $this->model->read($this->param, ['id', 'project_id', 'name', 'status', 'role_id' ,'mobile', 'operator_id']);
|
|
|
|
if ($info === false) {
|
|
|
|
$this->fail('当前数据不存在');
|
|
|
|
}
|
...
|
...
|
|