cqpCow 1 년 전
부모
커밋
836f2eb828
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/ConstructionService.php

+ 1 - 1
app/Service/ConstructionService.php

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