101captain
2021-09-22 1775bb71f952106c58657cf02891cbe2a286c8f8
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);