moonsflyer 8 hónapja
szülő
commit
60c8ead638

+ 1 - 1
application/admin/controller/qingdong/customer/Customer.php

@@ -1356,7 +1356,7 @@ class Customer extends Base
             })
             ->where('owner_staff_id != 0 and owner_staff_id is not null')->order($sort, $order)->select();
         $list = collection($list)->toArray();
-
+        outFileLog($list,'customer','list-export');
         if (!$list) {
             $this->error('无导出数据');
         }