From 59bfbce44674e52aefbe883233ffaea93d750a8f Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期一, 25 十一月 2019 09:56:17 +0800 Subject: [PATCH] Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/SuperHotSearchMapper.java | 102 +++++++++++++++++++++++++------------------------- 1 files changed, 51 insertions(+), 51 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/SuperHotSearchMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/SuperHotSearchMapper.java index 53a20db..c74b6fc 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/SuperHotSearchMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/SuperHotSearchMapper.java @@ -1,52 +1,52 @@ -package com.yeshi.fanli.dao.mybatis.goods; - -import java.util.List; - -import org.apache.ibatis.annotations.Param; - -import com.yeshi.fanli.dao.BaseMapper; -import com.yeshi.fanli.entity.bus.su.search.SuperHotSearch; - -public interface SuperHotSearchMapper extends BaseMapper<SuperHotSearch>{ - - /** - * 鏌ヨ鏍规嵁绯荤粺id - * @param start - * @param count - * @param key - * @param systemId - * @return - */ - List<SuperHotSearch> listBySystemId(@Param("systemId")Long systemId, @Param("useType")Integer useType); - - - /** - * 鏌ヨ鎼滅储 - * @param start - * @param count - * @param key - * @param systemId - * @return - */ - List<SuperHotSearch> listByHotSearchListID(@Param("list")List<Long> list); - - /** - * 鏌ヨ鏍规嵁绯荤粺id 鍜� 鐑棬璇峣d - * @param start - * @param count - * @param key - * @param systemId - * @return - */ - List<SuperHotSearch> listBySystemIdAndHotSearchId(@Param("hid")Long hid, @Param("systemId")Long systemId); - - - /** - * 鏍规嵁id +绯荤粺id鍒犻櫎 - * @param systemId - * @param hid - */ - void deleteBySystemIdAndHotSearchId(@Param("hid")Long hid, @Param("systemId")Long systemId); - - +package com.yeshi.fanli.dao.mybatis.goods; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.yeshi.fanli.dao.BaseMapper; +import com.yeshi.fanli.entity.bus.su.search.SuperHotSearch; + +public interface SuperHotSearchMapper extends BaseMapper<SuperHotSearch>{ + + /** + * 鏌ヨ鏍规嵁绯荤粺id + * @param start + * @param count + * @param key + * @param systemId + * @return + */ + List<SuperHotSearch> listBySystemId(@Param("systemId")Long systemId, @Param("useType")Integer useType); + + + /** + * 鏌ヨ鎼滅储 + * @param start + * @param count + * @param key + * @param systemId + * @return + */ + List<SuperHotSearch> listByHotSearchListID(@Param("list")List<Long> list); + + /** + * 鏌ヨ鏍规嵁绯荤粺id 鍜� 鐑棬璇峣d + * @param start + * @param count + * @param key + * @param systemId + * @return + */ + List<SuperHotSearch> listBySystemIdAndHotSearchId(@Param("hid")Long hid, @Param("systemId")Long systemId); + + + /** + * 鏍规嵁id +绯荤粺id鍒犻櫎 + * @param systemId + * @param hid + */ + void deleteBySystemIdAndHotSearchId(@Param("hid")Long hid, @Param("systemId")Long systemId); + + } \ No newline at end of file -- Gitblit v1.8.0