shish 2 лет назад
Родитель
Сommit
ed22149d88
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      app-ghs/controllers/OrderController.php

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

@@ -1328,6 +1328,10 @@ class OrderController extends BaseController
             if ($this->mainId == 20528) {
                 $fullAddress = $info['fullAddress'] ?? '';
             }
+        }else{
+            if ($this->mainId == 644) {
+                $fullAddress = $info['fullAddress'] ?? '';
+            }
         }
         $custom = CustomClass::getById($customId, true);
         if (empty($custom)) {