admin
2019-09-20 db88b87df461820152d68d3d55a28f30c2da83e6
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);
   
   
   /**