cqpCow 1 年之前
父节点
当前提交
034f8ed9b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Service/ConstructionService.php

+ 1 - 1
app/Service/ConstructionService.php

@@ -369,7 +369,7 @@ class ConstructionService extends Service
     public function constructionList($data,$user){
     public function constructionList($data,$user){
         $model = Construction::Clear($user,$data);
         $model = Construction::Clear($user,$data);
         $model = $model->where('del_time',0)
         $model = $model->where('del_time',0)
-            ->select('title','id','model_type','order_number','customer_id','customer_contact_id','install_method','install_position','sales_order_id','construction_fee','construction_time','handover_time','urgency','crt_id','crt_time','mark','state','address1','address2','introduction','service_price','storehouse_id')
+            ->select('title','id','model_type','order_number','customer_id','customer_contact_id','install_method','install_position','sales_order_id','construction_fee','construction_time','handover_time','urgency','crt_id','crt_time','mark','state','address1','address2','introduction','service_price','storehouse_id','start_time','end_time')
             ->orderby('id', 'desc');
             ->orderby('id', 'desc');
 
 
         if(! empty($data['title'])) $model->where('title', 'LIKE', '%'.$data['title'].'%');
         if(! empty($data['title'])) $model->where('title', 'LIKE', '%'.$data['title'].'%');