yujian
2019-07-31 f4548a3ee46afe45da4ee2a42dc169c575deee9f
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/SuperHotSearchMapper.java
@@ -17,7 +17,7 @@
    * @param systemId
    * @return
    */
   List<SuperHotSearch> listBySystemId(@Param("systemId")Long systemId);
   List<SuperHotSearch> listBySystemId(@Param("systemId")Long systemId, @Param("useType")Integer useType);
   
   
   /**