yangys
2025-07-10 4a7619b20b78e4f7cd1c6391c634dee49e586e00
blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/controller/MdmSystemController.java
@@ -34,8 +34,8 @@
   @GetMapping("/dept/lazy-list")
   @ApiOperationSupport(order = 2)
   @Operation(summary = "获取参数值")
   public R<List<Dept>> deptLazyList(@Parameter(description = "机构父节点id") @RequestParam Long deptId) {
   @Operation(summary = "懒加载部门列表")
   public R<List<Dept>> deptLazyList(@Parameter(description = "机构父节点id") Long deptId) {
      try {
         if(deptId == null){
            deptId = 0L;