yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
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);
   }
}