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