*Code for code review.

This commit is contained in:
songchenxuan
2022-01-06 13:34:53 +08:00
parent 8927059720
commit 1cf45ada5c
5 changed files with 19 additions and 48 deletions
+8 -1
View File
@@ -350,7 +350,14 @@ class testreportModel extends model
}
$bugInfo['bugResolvedByGroups'] = $data;
return $bugInfo;
$bugSummary = $bugInfo;
unset($bugInfo['foundBugs']);
unset($bugInfo['legacyBugs']);
unset($bugInfo['activatedBugs']);
unset($bugInfo['countBugByTask']);
unset($bugInfo['bugConfirmedRate']);
unset($bugInfo['bugCreateByCaseRate']);
return array($bugInfo, $bugSummary);
}
/**