cqpCow 8 月之前
父節點
當前提交
aefc8b6cbd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/Service/ConstructionService.php

+ 3 - 3
app/Service/ConstructionService.php

@@ -64,7 +64,7 @@ class ConstructionService extends Service
             $model->sales_order_id = $data['sales_order_id'] ?? 0;
             $model->construction_fee = $data['construction_fee'] ?? 0;
             $model->service_price = $data['service_price'] ?? 0;
-            $model->construction_time = $data['construction_time'] ?? 0;
+//            $model->construction_time = $data['construction_time'] ?? 0;
             $model->handover_time = $data['handover_time'] ?? 0;
             $model->urgency = $data['urgency'] ?? 0;
             $model->mark = $data['mark'] ?? '';
@@ -217,7 +217,7 @@ class ConstructionService extends Service
             $model->sales_order_id = $data['sales_order_id'] ?? 0;
             $model->construction_fee = $data['construction_fee'] ?? 0;
             $model->service_price = $data['service_price'] ?? 0;
-            $model->construction_time = $data['construction_time'] ?? 0;
+//            $model->construction_time = $data['construction_time'] ?? 0;
             $model->handover_time = $data['handover_time'] ?? 0;
             $model->urgency = $data['urgency'] ?? 0;
             $model->mark = $data['mark'] ?? '';
@@ -238,7 +238,7 @@ class ConstructionService extends Service
             $model->vin_no = $data['vin_no'] ?? "";
             $model->save();
             $time = time();
-
+dd(1);
             if(! empty($data['construction_contact'])){
                 $insert = [];
                 foreach ($data['construction_contact'] as $value){