@@ -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('无导出数据');
}