yujian
2019-07-23 a39422f2a8ce45dd6cf65701ed5f9e65391c46c1
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) {