Ver Fonte

施工单完成一半

cqpCow há 1 ano atrás
pai
commit
3dfea7710d
1 ficheiros alterados com 1 adições e 1 exclusões
  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'],