yujian
2019-05-29 0588d6be74335f41c79a8d8e32dbd1c3d3e47fa3
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/taobao/TaoBaoGoodsBriefMapper.java
@@ -13,6 +13,12 @@
   int deleteByAuctionId(Long auctionId);
   /*
    * 根据商品id 批量删除
    * @param list
    */
   void deleteBatchByGoodsId(List<Long> list);
   /**
    * 根据auctionId 查询商品信息
@@ -37,6 +43,15 @@
    * @return
    */
   List<TaoBaoGoodsBrief> queryGoodsByAuctionId(List<Long> list);
   /**
    * 根据多个auctionId是否已存在
    *
    * @param list
    * @return
    */
   List<Long> listExistById(List<Long> list);
   /**
    * 批量更新
@@ -75,5 +90,5 @@
         @Param("shopId") Long shopId);
   
   long countByShopId(@Param("shopId") Long shopId);
}