作者 lyh

gx

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