From 0588d6be74335f41c79a8d8e32dbd1c3d3e47fa3 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期三, 29 五月 2019 17:20:50 +0800 Subject: [PATCH] 精选库商品入库及更新调整 + 9k9类商品查询取消标签查询 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java index afb1bbc..0bab130 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/lable/LabelGoodsMapper.java @@ -4,24 +4,13 @@ import org.apache.ibatis.annotations.Param; +import com.yeshi.fanli.dao.BaseMapper; import com.yeshi.fanli.entity.bus.lable.LabelGoods; -public interface LabelGoodsMapper { +public interface LabelGoodsMapper extends BaseMapper<LabelGoods>{ - int deleteByPrimaryKey(Long id); - - int insert(LabelGoods record); - - int insertSelective(LabelGoods record); - - LabelGoods selectByPrimaryKey(Long id); - - int updateByPrimaryKeySelective(LabelGoods record); - - int updateByPrimaryKey(LabelGoods record); - /** * 鎵归噺鎻掑叆 * @param list @@ -46,6 +35,13 @@ /** + * 鍒犻櫎鍟嗗搧澶氫釜鏍囩 + */ + void deleteByAuctionIdAndLabIDs(@Param("auctionId")Long auctionId, @Param("list") List<Long> list); + + + + /** * 鎵归噺鍒犻櫎 * @param ids * @return -- Gitblit v1.8.0