正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -40,7 +40,7 @@ class Manage extends Base | @@ -40,7 +40,7 @@ class Manage extends Base | ||
| 40 | $name = ''; | 40 | $name = ''; |
| 41 | if(!empty($id)){ | 41 | if(!empty($id)){ |
| 42 | $info = Common::get_user_cache('manager',$id,'A'); | 42 | $info = Common::get_user_cache('manager',$id,'A'); |
| 43 | - if(!empty($info)){ | 43 | + if(empty($info)){ |
| 44 | $info = $this->read(['id'=>$id],['id','name']); | 44 | $info = $this->read(['id'=>$id],['id','name']); |
| 45 | if($info !== false){ | 45 | if($info !== false){ |
| 46 | $name = $info['name']; | 46 | $name = $info['name']; |
-
请 注册 或 登录 后发表评论