kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/java/com/kidgrow/usercenter/controller/SysOrganizationController.java
@@ -58,6 +58,17 @@ return sysOrganizationService.getListByMap(params); } @ApiOperation(value = "获取tree") @GetMapping("getTree") public ResultBody getTree(@RequestParam Map<String, Object> params) { return sysOrganizationService.getTree(params); } @ApiOperation(value = "更新状态") @GetMapping("updateEnabled") public ResultBody updateEnabled(@RequestParam Map<String, Object> params) { return sysOrganizationService.updateEnabled(params); } /** * 查询 */