From be19444704d40195c1355e471f1316f7419b930b Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 03 九月 2019 09:24:44 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/HelpCenterMapper.java | 86 +++++++++++++++++++++--------------------- 1 files changed, 43 insertions(+), 43 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/HelpCenterMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/HelpCenterMapper.java index 560b37b..bf243bc 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/HelpCenterMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/help/HelpCenterMapper.java @@ -1,44 +1,44 @@ -package com.yeshi.fanli.dao.mybatis.help; - -import java.util.List; - -import org.apache.ibatis.annotations.Param; - -import com.yeshi.fanli.entity.bus.help.HelpCenter; -import com.yeshi.fanli.exception.HelpCenterException; - -public interface HelpCenterMapper { - - int deleteByPrimaryKey(Long id); - - int insert(HelpCenter record); - - int insertSelective(HelpCenter record); - - HelpCenter selectByPrimaryKey(Long id); - - int updateByPrimaryKeySelective(HelpCenter record); - - int updateByPrimaryKey(HelpCenter record); - - - List<HelpCenter> queryIdAndTitle(@Param("start") int start, @Param("count") int count, - @Param("key") String title, @Param("cid") Long cid); - - - List<HelpCenter> query(@Param("start") int start, @Param("count") int count, - @Param("key") String title, @Param("cid") Long cid, - @Param("orderMode") Integer orderMode); - - long countQuery(@Param("key") String title, @Param("cid") Long cid); - - /** - * 鎵归噺鍒犻櫎 - * @param idList - * @return - * @throws HelpCenterException - */ - int deleteBatchById(@Param("idList") List<String> idList); - - +package com.yeshi.fanli.dao.mybatis.help; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.yeshi.fanli.entity.bus.help.HelpCenter; +import com.yeshi.fanli.exception.config.HelpCenterException; + +public interface HelpCenterMapper { + + int deleteByPrimaryKey(Long id); + + int insert(HelpCenter record); + + int insertSelective(HelpCenter record); + + HelpCenter selectByPrimaryKey(Long id); + + int updateByPrimaryKeySelective(HelpCenter record); + + int updateByPrimaryKey(HelpCenter record); + + + List<HelpCenter> queryIdAndTitle(@Param("start") int start, @Param("count") int count, + @Param("key") String title, @Param("cid") Long cid); + + + List<HelpCenter> query(@Param("start") int start, @Param("count") int count, + @Param("key") String title, @Param("cid") Long cid, + @Param("orderMode") Integer orderMode); + + long countQuery(@Param("key") String title, @Param("cid") Long cid); + + /** + * 鎵归噺鍒犻櫎 + * @param idList + * @return + * @throws HelpCenterException + */ + int deleteBatchById(@Param("idList") List<String> idList); + + } \ No newline at end of file -- Gitblit v1.8.0