@@ -287,9 +287,6 @@ class UserExtractServices extends BaseServices
public function getExportList(array $where)
{
$list = $this->dao->getExtractAll($where);
- foreach ($list as &$item) {
- $item['nickname'] = $item['user']['nickname'] ?? '';
- }
return $list;
}