소스 검색

会员升级

Kirin 1 년 전
부모
커밋
034a8d09a3
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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;
     }