| | |
| | | int updateByPrimaryKey(HelpCenter record); |
| | | |
| | | |
| | | List<HelpCenter> queryIdAndTitle(@Param("start") int start, @Param("count") int count, @Param("key") String title); |
| | | 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, |
| | | 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); |
| | | long countQuery(@Param("key") String title, @Param("cid") Long cid); |
| | | |
| | | /** |
| | | * 批量删除 |