yujian
2020-04-30 4fc8b0552d2bcfa19a3a1865e316f1ad3a7e85cf
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);
   }
}