yujian
2019-08-27 d8359ddb48dab5cc797a9d552e11fde571f4920c
fanli/src/main/java/com/yeshi/fanli/service/inter/config/SuperHotSearchService.java
@@ -7,10 +7,10 @@
public interface SuperHotSearchService {
   public List<SuperHotSearch> getSuperHotSearchBySystemId(long id);
   public List<SuperHotSearch> getSuperHotSearchBySystemId(long id, Integer useType);
   
   public List<SuperHotSearch> getSuperHotSearchBySystemIdCache(long id);
   public List<SuperHotSearch> getSuperHotSearchBySystemIdCache(long id, Integer useType);
   public List<SuperHotSearch> listSuperHotSearch(List<Long> list);