Browse Source

会员升级

Kirin 1 year ago
parent
commit
034a8d09a3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/services/user/UserExtractServices.php

+ 0 - 3
app/services/user/UserExtractServices.php

@@ -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;
     }