| | |
| | | */
|
| | | public List<DaTaoKeDetail> listByIds(List<Long> idList);
|
| | |
|
| | | |
| | | /**
|
| | | * 根据标题查询
|
| | | * 查询一类全部
|
| | | * @param cid
|
| | | * @param listId
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | | |
| | | /* 根据标题查询
|
| | | * @param dtitle
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> listByDtitle(String dtitle);
|
| | |
|
| | | /**
|
| | | * 根据标题类型搜索
|
| | | * |
| | | * @param title
|
| | | * -标题
|
| | | * @param cid
|
| | | * -分类ID
|
| | | * @param page
|
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> listSearchByTitleWithCid(String title, Long cid, int page, int pageSize);
|
| | |
|
| | | /**
|
| | | * 获取搜索到的数量
|
| | | * |
| | | * @param title
|
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public Long countSearchByTitleWithCid(String title, Long cid);
|
| | |
|
| | | }
|