Browse Source

会员升级

Kirin 1 year ago
parent
commit
88265d9aca
1 changed files with 0 additions and 5 deletions
  1. 0 5
      app/controller/admin/v1/other/export/ExportExcel.php

+ 0 - 5
app/controller/admin/v1/other/export/ExportExcel.php

@@ -373,11 +373,6 @@ class ExportExcel extends AuthController
         if (isset($where['extract_type']) && $where['extract_type'] == 'wx') {
             $where['extract_type'] = 'weixin';
         }
-        if ($where['store_id'] || $where['supplier_id'] || in_array($where['plat_type'], [0, 1, 2])) {
-            $where['pid'] = 0;
-        } elseif (!in_array($where['status'], [-1, -2, -3])) {
-            $where['pid'] = [0, -1];
-        }
         $data = $services->getExportList($where);
         return $this->success($this->service->extract($data));
     }