yujian
2019-07-19 8222e8b237c5dfb0affcdc03335bfadc06403bf8
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) {