| | |
| | | public int updateByPrimaryKey(UserSystemCouponRecord record) {
|
| | | return userSystemCouponRecordMapper.updateByPrimaryKey(record);
|
| | | }
|
| | | |
| | | @Override
|
| | | public List<UserSystemCouponRecord> getRecordByState(Long uid, Integer state) {
|
| | | return userSystemCouponRecordMapper.getRecordByState(uid, state);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public UserSystemCouponRecord getRecordByOrderNo(String orderNo, Integer state) {
|
| | |
| | | public List<UserSystemCouponRecord> getRecordByOrderNoList(List<String> list) {
|
| | | return userSystemCouponRecordMapper.getRecordByOrderNoList(list);
|
| | | }
|
| | | |
| | | @Override
|
| | | public List<UserSystemCouponRecord> getCouponByUsingTimeOut(Long uid, long seconds) {
|
| | | return userSystemCouponRecordMapper.getCouponByUsingTimeOut(uid, seconds);
|
| | | }
|
| | |
|
| | | }
|