diff --git a/plugs/think-plugs-ticket/src/controller/InspectionShare.php b/plugs/think-plugs-ticket/src/controller/InspectionShare.php index 6b2069d..e374289 100644 --- a/plugs/think-plugs-ticket/src/controller/InspectionShare.php +++ b/plugs/think-plugs-ticket/src/controller/InspectionShare.php @@ -92,8 +92,8 @@ class InspectionShare extends Controller 'ticket_address' => $share->ticket_address, 'contact_name' => $share->contact_name, 'contact_phone' => $share->contact_phone, - 'lat' => $share->lat, - 'lng' => $share->lng, + 'lat' => $share->ticket_lat, + 'lng' => $share->ticket_lng, 'imgs' => $share->imgs, 'status' => 0, ]);