cqp 1 tháng trước cách đây
mục cha
commit
ba1b4e3c69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Service/CustomerService.php

+ 1 - 1
app/Service/CustomerService.php

@@ -530,7 +530,7 @@ class CustomerService extends Service
         $model = Customer::Clear($user,$data);
         $model = $model->where('del_time',0)
             ->select($field)
-            ->orderby('enter_time', 'desc');
+            ->orderby('id', 'desc');
 
         if(! empty($data['title_t'])) {
             // 清理用户输入,去除前后空白并替换多个连续空格为单个空格