src/main/java/org/springblade/modules/system/mapper/UserMapper.java @@ -110,4 +110,10 @@ List<UserDistrictStatisVO> getUserDistrictTypeCount(); /** * 查询用户数据,未删除的,未审核的 * @return */ List<User> getNotAuditAllUserList(); }