101captain
2021-08-24 c92f77ac03a1bbe3009891ce1d1f57f2d1091572
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -791,4 +791,12 @@
     */
    @GetMapping("getUserOpenId")
    R getUserOpenId(@RequestParam("userId")Long userId);
    /**
     * 查询社区后台工作人员列表
     * @param communityId   社区id
     * @return  社区后台工作人员列表
     */
    @GetMapping("getUserListByCommunityId")
    R getUserListByCommunityId(@RequestParam("communityId")Long communityId);
}