springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -514,7 +514,7 @@ * * @return 标签集合 */ R listTags(Long communityId); R listTags(); /** * 通过账号查询用户信息 @@ -678,4 +678,11 @@ */ R getUserListByCommunityId(Long communityId); /** * 检查当前用户是否是社区工作人员 * @param phone * @param communityId * @return */ R checkCurrentUserIsTeam(String phone, Long communityId); }