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