Merge branch 'zentaopms_284' of https://gitlab.zcorp.cc/easycorp/zentaopms into zentaopms_284

This commit is contained in:
Yagami
2023-02-08 10:24:24 +08:00
6 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -1664,7 +1664,7 @@ class executionModel extends model
elseif($param === 'hasParentName')
{
$parentExecutions = $this->dao->select('id,name')->from(TABLE_EXECUTION)->where('id')->in(trim($execution->path, ','))->andWhere('type')->in('stage,kanban,sprint')->orderBy('grade')->fetchPairs();
$executions[$execution->id]->name = implode('/', $parentExecutions);
$executions[$execution->id]->title = implode('/', $parentExecutions);
}
else
{