*Finish task $46518.

This commit is contained in:
songchenxuan
2022-01-04 16:03:10 +08:00
parent 9612d3abb0
commit a3183b3bf8

View File

@@ -193,6 +193,11 @@ class testreportModel extends model
}
}
}
if(!$isOpenedBuild)
{
$isOpenedBuild = true;
$activatedBugs[$bug->id] = $bug;
}
}
}
if(!$isOpenedBuild and $bug->openedDate >= $begin and $bug->openedDate <= $end . ' 23:59:59') $activatedBugs[$bug->id] = $bug;