| | |
| | | * |
| | | * @param goodsId |
| | | */ |
| | | public void deleteByGoodsId(Long goodsId); |
| | | public void deleteByGoodsId(String goodsId); |
| | | |
| | | /** |
| | | * 验证是否可以创建淘礼金 |
| | |
| | | * @param auctionId |
| | | * @return |
| | | */ |
| | | public boolean verifyCanCreateTLJ(Long auctionId, TaoKeAppInfo app); |
| | | public boolean verifyCanCreateTLJ(String auctionId, TaoKeAppInfo app); |
| | | |
| | | /** |
| | | * 更新商品 |
| | |
| | | * @param day |
| | | * @param count |
| | | */ |
| | | public void subHongBaoLeftCount(Long auctionId, String day, int count); |
| | | public void subHongBaoLeftCount(String auctionId, String day, int count); |
| | | |
| | | /** |
| | | * 根据商品ID和日期查询 |
| | |
| | | * @param day |
| | | * @return |
| | | */ |
| | | public TLJBuyGoods selectByAuctionIdAndDay(Long auctionId, String day); |
| | | public TLJBuyGoods selectByAuctionIdAndDay(String auctionId, String day); |
| | | |
| | | /* |
| | | * 删除商品 |
| | | * |
| | | */ |
| | | public void removeGoods(Long auctionId); |
| | | public void removeGoods(String auctionId); |
| | | |
| | | } |