admin
2019-07-11 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/CommonGoodsMapper.java
@@ -26,4 +26,14 @@
    * @return
    */
   long countBySellerIdAndHasCoupon(@Param("sellerId") Long sellerId);
   /**
    * 批量商品id查询商品信息
    * @param list
    * @return
    */
   List<CommonGoods> getByListGoodsId(@Param("list") List<Long> list);
}