admin
2019-11-23 51a4ff5d777028d52a19c314a99f796334cb7b51
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);
   
   
   /**