Jelajahi Sumber

客户经纬度

shish 5 tahun lalu
induk
melakukan
e595ed90f7
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      app-ghs/controllers/OrderController.php

+ 2 - 0
app-ghs/controllers/OrderController.php

@@ -104,6 +104,8 @@ class OrderController extends BaseController
         $post['floor'] = $custom['floor'] ?? '';
         $post['fullAddress'] = $custom['fullAddress'] ?? '';
         $post['showAddress'] = $custom['showAddress'] ?? '';
+        $post['long'] = $custom['long'] ?? '';
+        $post['lat'] = $custom['lat'] ?? '';
         $shopAdmin = $this->shopAdmin->attributes;
         $post['shopAdminName'] = $shopAdmin['name'] ?? '';
         $post['sjId'] = $this->sjId;