fanli/src/main/java/com/yeshi/fanli/service/impl/goods/CommonGoodsServiceImpl.java
@@ -151,4 +151,21 @@ } } } @Override public List<CommonGoods> listBySellerId(Long sellerId) { 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); } }