src/main/java/org/springblade/modules/system/service/IUserService.java
@@ -269,6 +269,8 @@ * 统计六大队伍 */ List<UserRegisterStatisVO> getUserTypeCount(); List<UserRegisterStatisVO> getUserTypeCountXq(String xid); List<UserVO> getUserTypeList(String xid,String index); List<UserDistrictStatisVO> getUserDistrictTypeCount();