Merge remote-tracking branch 'origin/master'

This commit is contained in:
liuchenglong
2023-05-06 01:55:40 +00:00
3 changed files with 31 additions and 18 deletions
+3 -2
View File
@@ -1589,13 +1589,14 @@ class programplanModel extends model
}
/**
* 获取阶段当前和子集信息。
* Get plan and its children.
*
* @param string|int|array $planIdList
* @param string|int|array $planIdList
* @access public
* @return array
*/
public function getSelfAndChildrenList($planIdList)
public function getSelfAndChildrenList(string|int|array $planIdList)
{
if(is_numeric($planIdList)) $planIdList = (array)$planIdList;