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); }