admin
2020-05-13 60a099a7edfd81a3b10c766e113c019cdef6cd3d
fanli/src/main/java/com/yeshi/fanli/service/impl/tlj/UserTaoLiJinGiveRecordServiceImpl.java
@@ -1,5 +1,7 @@
package com.yeshi.fanli.service.impl.tlj;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
@@ -25,8 +27,15 @@
      return userTaoLiJinGiveRecordMapper.selectByPrimaryKey(id);
   }
   
   @Override
   public void updateByPrimaryKeySelective(UserTaoLiJinGiveRecord record) {
      userTaoLiJinGiveRecordMapper.updateByPrimaryKeySelective(record);
   }
   @Override
   public List<UserTaoLiJinGiveRecord> overdueList(int count) {
      return userTaoLiJinGiveRecordMapper.overdueList(count);
   }
}