作者 lyh

gx

... ... @@ -29,7 +29,8 @@ class UserLogic extends BaseLogic
*/
public function user_info()
{
// $info = Common::get_user_cache($this->model, $this->param['id'], 'A');
Common::del_user_cache($this->model, [$this->param['id']], 'A');
$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', 'role_id' ,'mobile', 'operator_id']);
if ($info === false) {
... ...