yujian
2019-08-02 3aabff1f5b722957f3927a2d912fb48ffbd4f8cf
fanli/src/main/java/com/yeshi/fanli/service/inter/config/HotSearchService.java
@@ -13,8 +13,8 @@
   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);
}