洪城义警-正式版后台
zengh
2021-08-10 030cc847e46dcaa687f961785b458c6f9714ed49
src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java
@@ -49,6 +49,7 @@
import org.springblade.modules.system.service.IUserDeptService;
import org.springblade.modules.system.service.IUserOauthService;
import org.springblade.modules.system.service.IUserService;
import org.springblade.modules.system.vo.UserRegisterStatisVO;
import org.springblade.modules.system.vo.UserVO;
import org.springblade.modules.system.vo.UsersVo;
import org.springblade.modules.system.wrapper.UserWrapper;
@@ -486,5 +487,18 @@
      return baseMapper.selectUser();
   }
   /**
    * 统计用户注册数据
    * @return
    */
   @Override
   public List<UserRegisterStatisVO> getUserRegisterStatisticsData() {
      return baseMapper.getUserRegisterStatisticsData();
   }
   @Override
   public List<UserRegisterStatisVO> getUserTypeCount() {
      return baseMapper.getUserTypeCount();
   }
}