fanli/src/main/java/com/yeshi/fanli/controller/client/v1/SearchController.java
@@ -106,6 +106,11 @@ return; } // 默认淘宝 if (goodsType == null) { goodsType = Constant.SOURCE_TYPE_TAOBAO; } List<SuperHotSearch> superHotSearchList = superHotSearchSerivce .getSuperHotSearchBySystemIdCache(system.getId(), goodsType); if (superHotSearchList == null || superHotSearchList.size() == 0) {