* [bug#57191,done,0.5h] add webhook choose dept to old pages.

This commit is contained in:
sunguangming
2025-01-10 10:04:06 +08:00
committed by 王怡栋
parent bb67b17280
commit e62aba3001
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ class feishuapi
$depts[] = $data;
}
$depts = array_merge($depts, $this->getNextStepDeptTree($departmentIdList));
//$depts = array_merge($depts, $this->getNextStepDeptTree($departmentIdList));
return $depts;
}