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){