admin
2019-07-15 be44007f1ffdd4d391fd360dce24a3423e37bcc6
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);
   }
}