shish 4 月之前
父節點
當前提交
3770df35a1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      biz/ghs/classes/GhsClass.php

+ 2 - 2
biz/ghs/classes/GhsClass.php

@@ -342,8 +342,8 @@ class GhsClass extends BaseClass
             return false;
         }
 
-		//要排除的批发店
-        $exclude = [64112, 62304,42385,56611,38143];
+        //要排除的批发店
+        $exclude = [64112, 62304, 42385, 56611, 38143, 15373, 42946];
         foreach ($nearbyShops as $key => $nearbyShop) {
             if (in_array($nearbyShop['id'], [64112, 62304])) {
                 unset($nearbyShops[$key]);