cqpCow 11 달 전
부모
커밋
92c3d7b08f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Service/CustomerService.php

+ 0 - 1
app/Service/CustomerService.php

@@ -598,7 +598,6 @@ class CustomerService extends Service
         $model = $model->where('del_time',0)
             ->where('fp_time','>',0)
             ->select('title','id','model_type','customer_intention','customer_from','customer_type','car_type','consulting_product','intention_product','progress_stage','address1','address2','crt_id','crt_time','mark','importance','company','company_short_name','depart_id','state_type','customer_state','pond_state','top_depart_id','fp_time','fp_top_depart_id')
-            ->orderby('id', 'desc')
             ->orderby('fp_time', 'desc');
 
         if(! empty($data['my_fz']) || ! empty($data['my_xt'])){