fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponGiveRecordServiceImpl.java
@@ -1,5 +1,7 @@ package com.yeshi.fanli.service.impl.user; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; @@ -29,4 +31,9 @@ public void updateByPrimaryKeySelective(UserSystemCouponGiveRecord giveRecord) { userSystemCouponGiveRecordMapper.updateByPrimaryKeySelective(giveRecord); } @Override public List<UserSystemCouponGiveRecord> overdueList(int count) { return userSystemCouponGiveRecordMapper.overdueList(count); } }