|
|
@@ -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;
|