| | |
| | | package com.yeshi.fanli.service.inter.taobao.dataoke;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dto.dataoke.DingDongQiangDTO;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.entity.taobao.dataoke.DaTaoKeDetail;
|
| | |
|
| | |
| | | */
|
| | | 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);
|
| | |
| | | */
|
| | | public Long countSearchByTitleWithCid(String title, Long cid);
|
| | |
|
| | | /* |
| | | * 查询一类全部
|
| | | /**
|
| | | * 根据分类ID与最大券后价检索
|
| | | * |
| | | * @param cid
|
| | | * @param listId
|
| | | * @param count
|
| | | * @param maxPrice
|
| | | * @param page
|
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | | |
| | | public List<DaTaoKeDetail> listByCidAndMaxPrice(Integer cid, BigDecimal maxPrice, int page, int pageSize);
|
| | |
|
| | | /**
|
| | | * 根据分类ID与最大券后价检索数量
|
| | | * |
| | | * @param cid
|
| | | * @param maxPrice
|
| | | * @return
|
| | | */
|
| | | public Long countByCidAndMaxPrice(Integer cid, BigDecimal maxPrice);
|
| | | }
|