From 1451c3becbf8a7b10d6feafea7ca47ce64aaa479 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 19 Mar 2025 10:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E4=BA=BA=E5=91=98=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E5=88=9B=E5=BB=BA=E5=B7=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugs/think-plugs-ticket/src/controller/InspectionShare.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ]);