Selaa lähdekoodia

施工单完成一半

cqpCow 1 vuosi sitten
vanhempi
commit
3dfea7710d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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'],