| | |
| | | /** |
| | | * 导出用户数据 |
| | | * |
| | | * @param queryWrapper |
| | | * @return |
| | | */ |
| | | List<UserExcel> exportUser(Wrapper<User> queryWrapper); |
| | | List<UserExcel> exportUser(User user); |
| | | |
| | | /** |
| | | * 注册用户 |
| | |
| | | * 统计六大队伍 |
| | | */ |
| | | List<UserRegisterStatisVO> getUserTypeCount(); |
| | | List<UserRegisterStatisVO> getUserTypeCountXq(String xid); |
| | | List<UserVO> getUserTypeList(String xid,String index); |
| | | |
| | | List<UserDistrictStatisVO> getUserDistrictTypeCount(); |
| | | |
| | |
| | | */ |
| | | Integer selectCount(String account); |
| | | void updateAcc(String stype,String account); |
| | | boolean firstLogin(String id); |
| | | void delete(String account); |
| | | |
| | | |