Ver Fonte

推荐更新

shish há 4 dias atrás
pai
commit
5db211b117
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      biz/ghs/classes/GhsClass.php

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

@@ -460,8 +460,8 @@ class GhsClass extends BaseClass
             return false;
         }
 
-        //要排除的批发店,填门店id。花鲜谷的几个店临时推荐:100924、67969
-        $exclude = [95258, 23667, 78556, 64112, 795, 1405, 28051, 62304, 42385, 56611, 38143, 15373, 42946, 15375, 15734, 15736, 15738, 15740, 24132, 29044, 29161, 30902, 44724, 48608, 48642, 82971, 38231, 1105, 3, 154, 208, 23580, 24713, 8249, 16070, 83690, 86726, 1596, 2167, 15007, 88085, 91064, 413, 62421, 100924, 67969];
+        //要排除的批发店,填门店id
+        $exclude = [95258, 23667, 64112, 795, 1405, 28051, 62304, 42385, 56611, 38143, 15373, 42946, 15375, 15734, 15736, 15738, 15740, 24132, 29044, 29161, 30902, 44724, 48608, 48642, 82971, 38231, 1105, 3, 154, 208, 23580, 24713, 8249, 16070, 83690, 86726, 1596, 2167, 15007, 88085, 91064, 413, 62421];
         foreach ($nearbyShops as $key => $nearbyShop) {
             if (in_array($nearbyShop['id'], $exclude)) {
                 unset($nearbyShops[$key]);