ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZInfoUserController.java
@@ -142,5 +142,20 @@ } /** * 查询家庭主要成员及关系 */ @GetMapping("/relation") public AjaxResult listMyRelation(){ SysUser user = SecurityUtils.getLoginUser().getUser(); Long userId = user.getUserId(); return zInfoUserService.searchMyRelation(userId); } }