Browse Source

跑腿费

shish 10 months ago
parent
commit
ece57deba4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz/shop/classes/ShopClass.php

+ 1 - 1
biz/shop/classes/ShopClass.php

@@ -37,7 +37,7 @@ class ShopClass extends BaseClass
         $address = $shop->address ?? '';
         $hasMap = dict::getDict('hasMap');
         if (getenv('YII_ENV') == 'production') {
-            $openIntraCityMainList = [50];
+            $openIntraCityMainList = [50, 58668];
         } else {
             $openIntraCityMainList = [644];
         }