作者 lyh

gx

@@ -29,7 +29,8 @@ class UserLogic extends BaseLogic @@ -29,7 +29,8 @@ class UserLogic extends BaseLogic
29 */ 29 */
30 public function user_info() 30 public function user_info()
31 { 31 {
32 -// $info = Common::get_user_cache($this->model, $this->param['id'], 'A'); 32 + Common::del_user_cache($this->model, [$this->param['id']], 'A');
  33 + $info = Common::get_user_cache($this->model, $this->param['id'], 'A');
33 if (empty($info)) { 34 if (empty($info)) {
34 $info = $this->model->read($this->param, ['id', 'project_id', 'name', 'status', 'role_id' ,'mobile', 'operator_id']); 35 $info = $this->model->read($this->param, ['id', 'project_id', 'name', 'status', 'role_id' ,'mobile', 'operator_id']);
35 if ($info === false) { 36 if ($info === false) {