springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -1006,4 +1006,14 @@ return userService.getUserOpenId(userId); } /** * 查询社区后台工作人员列表 * @param communityId 社区id * @return 社区后台工作人员列表 */ @GetMapping("getUserListByCommunityId") public R getUserListByCommunityId(@RequestParam("communityId")Long communityId) { return userService.getUserListByCommunityId(communityId); } }