This commit is contained in:
zhangzilong
2022-02-14 10:56:50 +08:00
parent dcdfb0cdee
commit 106447b401
+1 -1
View File
@@ -1101,7 +1101,7 @@ class testtaskModel extends model
$testtaskPairs = array();
while($testtask = $stmt->fetch())
{
$testtaskPairs[$testtask->id] = $testtask->execution . ' ' . $testtask->name;
$testtaskPairs[$testtask->id] = $testtask->execution . $testtask->name;
}
return $testtaskPairs;
}