| | |
| | |
|
| | | public List<RecommendSectionGoods> listRecommendSectionGoods();
|
| | |
|
| | | public void addEveryDayTask(long tbid) throws NotExistObjectException, ExistObjectException;
|
| | |
|
| | | /**
|
| | | * 获取单个商品用户能够分得的红包
|
| | |
| | | public TaoBaoGoodsBrief selectByPrimaryKey(Long id);
|
| | |
|
| | | /**
|
| | | * 更新商品信息与淘宝信息一致
|
| | | * |
| | | * @param taoBaoGoodsBrief
|
| | | * @throws TaobaoGoodsDownException
|
| | | */
|
| | | public void updateTaoBaoGoodsByMybatis(TaoBaoGoodsBrief taoBaoGoodsBrief) throws TaobaoGoodsDownException;
|
| | |
|
| | | /**
|
| | | * 选择性更新数据--mybatis
|
| | | * |
| | | * @param taoBaoGoodsBrief
|
| | | * @throws TaobaoGoodsDownException
|
| | | */
|
| | | public void updateByPrimaryKeySelective(TaoBaoGoodsBrief taoBaoGoodsBrief) throws TaobaoGoodsDownException;
|
| | |
|
| | | /**
|
| | | * 设置默认值
|
| | | *
|
| | | * @param goodsBrief
|
| | |
| | | */
|
| | | public TaoBaoGoodsBrief getTaoBaoGoodsDetailForShare(Long auctionId, Long uid) throws ShareGoodsException;
|
| | |
|
| | |
|
| | | public int updateByPrimaryKey(TaoBaoGoodsBrief taoBaoGoodsBrief);
|
| | | |
| | | |
| | | /**
|
| | | * 批量插入商品
|
| | | * @param list
|
| | | * @return
|
| | | */
|
| | | public int insertBatch(List<TaoBaoGoodsBrief> list);
|
| | |
|
| | | |
| | | /**
|
| | | * 批量更新商品
|
| | | * @param list
|
| | | */
|
| | | public void updateBatchSelective(List<TaoBaoGoodsBrief> list);
|
| | |
|
| | |
|
| | | /**
|