yujian
2019-06-12 c007868c62c7da5c9ce1bf0e77d9e5f8619826e4
fanli/src/main/java/com/yeshi/fanli/service/impl/goods/CommonGoodsServiceImpl.java
@@ -158,9 +158,14 @@
      return commonGoodsMapper.listBySellerId(sellerId);
   } 
   
   @Override
   public long countBySellerIdAndHasCoupon(Long sellerId) {
      return commonGoodsMapper.countBySellerIdAndHasCoupon(sellerId);
   }
   @Override
   public List<CommonGoods> getByListGoodsId(List<Long> list) {
      return commonGoodsMapper.getByListGoodsId(list);
   }
}