Explorar o código

施工单完成一半

cqpCow hai 1 ano
pai
achega
3dfea7710d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/ConstructionService.php

+ 1 - 1
app/Service/ConstructionService.php

@@ -264,7 +264,7 @@ class ConstructionService extends Service
                     'title' => $basic_map2[$value['contact_type']] ?? '',
                     'info' => $value['contact_info']
                 ];
-                $construction['customer_contact'][] = $tmp;
+                $construction['construction_contact'][] = $tmp;
             }elseif ($value['type'] == ConstructionInfo::type_two){
                 $tmp = [
                     'id' => $value['employee_id'],