shish 5 лет назад
Родитель
Сommit
2aa281b3e4
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      biz-hd/purchase/services/PurchaseService.php

+ 2 - 0
biz-hd/purchase/services/PurchaseService.php

@@ -76,6 +76,8 @@ class PurchaseService extends BaseService
             'floor' => $custom['floor'] ?? '',
             'fullAddress' => $custom['fullAddress'] ?? '',
             'showAddress' => $custom['showAddress'] ?? '',
+            'long' => $custom['long'] ?? '',
+            'lat' => $custom['lat'] ?? '',
             'purchaseId' => $purchaseId,
             'sendType' => $sendType,
             'customShopAdminId' => $shopAdminId,