yujian
2019-09-02 9eeda0d3049b71877c373c04d65533939b5582ef
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);
   
   
   /**