Authored by hugufei

店铺搜索屏蔽【球鞋集市】

... ... @@ -173,6 +173,13 @@ public class ShopListServiceImpl implements IShopListService {
yohoShopIds.add(shopId);
}
}
//店铺搜索屏蔽【球鞋集市】
Integer qxjsShopId = 3504;
if(yohoShopIds.contains(qxjsShopId)){
yohoShopIds.remove(qxjsShopId);
}
// 获取有货状态为1的店铺
Map<String, Map<String, Object>> yohoShopMap = this.queryYohoValidShopMap(yohoShopIds);
Map<String, Map<String, Object>> globalBrandMap = this.queryGlobalValidMap(globalBrandIds);
... ...