维修人员上报创建工单

This commit is contained in:
2025-03-19 10:55:53 +08:00
parent 71f1badc11
commit 1451c3becb

View File

@ -92,8 +92,8 @@ class InspectionShare extends Controller
'ticket_address' => $share->ticket_address, 'ticket_address' => $share->ticket_address,
'contact_name' => $share->contact_name, 'contact_name' => $share->contact_name,
'contact_phone' => $share->contact_phone, 'contact_phone' => $share->contact_phone,
'lat' => $share->lat, 'lat' => $share->ticket_lat,
'lng' => $share->lng, 'lng' => $share->ticket_lng,
'imgs' => $share->imgs, 'imgs' => $share->imgs,
'status' => 0, 'status' => 0,
]); ]);