|
@@ -56,8 +56,8 @@ public class SysOrgController {
|
|
|
@RequestParam(value = "withoutPrintingRoom", required = false) boolean withoutPrintingRoom,
|
|
|
@ApiParam(value = "科目编码") @RequestParam(required = false) String courseCode,
|
|
|
@ApiParam(value = "父机构ID") @RequestParam(required = false) Long orgId) {
|
|
|
- Set<Long> longSet = teachcloudCommonService.listSubOrgIds(orgId);
|
|
|
- return ResultUtil.ok(sysOrgService.listOrgTree(specialPrivilege, withoutPrintingRoom, courseCode, longSet));
|
|
|
+// Set<Long> longSet = teachcloudCommonService.listSubOrgIds(orgId);
|
|
|
+ return ResultUtil.ok(sysOrgService.listOrgTree(specialPrivilege, withoutPrintingRoom, courseCode, null));
|
|
|
}
|
|
|
|
|
|
/**
|