admin
2019-08-19 9c09cead959dbeef292628f345e5f80c30fc3d17
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);
   }
}