springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -523,7 +523,7 @@ * * @return 标签集合 */ R listTags(Long communityId); R listTags(); /** * 通过账号查询用户信息 @@ -688,6 +688,13 @@ R getUserListByCommunityId(Long communityId); /** * 检查当前用户是否是社区工作人员 * @param phone * @param communityId * @return */ R checkCurrentUserIsTeam(String phone, Long communityId); /** * 重置密码 */ R resetPassword(Long userId);