moonsflyer il y a 8 mois
Parent
commit
60c8ead638
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/admin/controller/qingdong/customer/Customer.php

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