admin
2019-11-16 a6f34b99ee20e528b766c8ed5a61bd9c5aa0e7ae
fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java
@@ -13,8 +13,16 @@
   void updateHotSearch(HotSearch hotSearch);
   public List<HotSearch> listQuery(int start, int count, String key, Long systemId) throws Exception;
   public List<HotSearch> listQuery(int start, int count, String key, Long systemId, Integer useType) throws Exception;
   int countList(String key, Long systemId);
   int countList(String key, Long systemId, Integer useType);
   /**
    * 查询各个平台热搜
    * @param useType
    * @return
    */
   public List<HotSearch> getHotSearchCache(Integer useType);
}