feat:部门

pg_adapter
wangxy 9 months ago
parent f8d0cc5374
commit 9f97dd981d

@ -188,7 +188,7 @@ public class SysDeptController extends BaseController
@ApiOperation("查询下级") @ApiOperation("查询下级")
@GetMapping("/detpList") @GetMapping("/detpList")
@ResponseBody @ResponseBody
public AjaxResult getDeptBydeptId(@RequestParam(required = false) Long deptId) { public AjaxResult getDeptById(@RequestParam(required = false) Long deptId) {
return success(deptService.getDeptBydeptId(Objects.nonNull(deptId) ? deptId : 0)); return success(deptService.getDeptBydeptId(Objects.nonNull(deptId) ? deptId : 0));
} }
} }

Loading…
Cancel
Save