admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/HotSearchMapper.java
@@ -26,4 +26,11 @@
    * @return
    */
   int countQuery(@Param("key") String key, @Param("systemId")Long systemId, @Param("useType")Integer useType);
   /**
    * 查询热搜列表
    * @param useType
    * @return
    */
   List<HotSearch> getHotSearchList(@Param("useType")Integer useType);
}