shish 2 年之前
父节点
当前提交
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)) {