| | |
| | | package com.yeshi.fanli.service.impl.user;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import org.springframework.stereotype.Service;
|
| | |
| | | userSystemCouponGiveRecordMapper.insertSelective(record);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public UserSystemCouponGiveRecord selectByPrimaryKey(Long id) {
|
| | | return userSystemCouponGiveRecordMapper.selectByPrimaryKey(id);
|
| | | }
|
| | | |
| | | @Override
|
| | | public UserSystemCouponGiveRecord getRecordByUidAndCouponId(Long giveUid, Long couponId) {
|
| | | return userSystemCouponGiveRecordMapper.getRecordByUidAndCouponId(giveUid, couponId);
|
| | | }
|
| | | |
| | | @Override
|
| | | public void updateByPrimaryKeySelective(UserSystemCouponGiveRecord giveRecord) {
|
| | | userSystemCouponGiveRecordMapper.updateByPrimaryKeySelective(giveRecord);
|
| | | }
|
| | | |
| | | @Override
|
| | | public List<UserSystemCouponGiveRecord> overdueList(int count) {
|
| | | return userSystemCouponGiveRecordMapper.overdueList(count);
|
| | | }
|
| | | }
|