admin
2019-09-06 2b35e920a8873ba81530f4d86002a459185725ff
fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserActiveLogServiceImpl.java
@@ -33,8 +33,18 @@
   @Override
   public UserActiveLog getUserLatestActiveInfo(Long uid) {
      return userActiveLogMapper.selectLatestByUid(uid);
   }
   @Override
   public UserActiveLog getFirstActiveInfo(Long uid) {
      return userActiveLogMapper.selectFirstActiveInfo(uid);
   }
}