| | |
| | | import java.util.List;
|
| | |
|
| | | import javax.annotation.Resource;
|
| | | import javax.transaction.Transactional;
|
| | |
|
| | | import org.springframework.stereotype.Service;
|
| | | import org.springframework.transaction.annotation.Transactional;
|
| | | import org.yeshi.utils.StringUtil;
|
| | |
|
| | | import com.yeshi.fanli.dao.mybatis.goods.CommonGoodsMapper;
|
| | |
| | | }
|
| | | }
|
| | | }
|
| | | |
| | | |
| | | @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);
|
| | | }
|
| | | |
| | | }
|