* [perf story #69211] Use isParent to replace parent field.

This commit is contained in:
wangyidong
2024-12-05 13:44:52 +08:00
committed by 孙广明
parent 9f0724f3af
commit dc04e3f5d5
7 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ if($canBatchAction)
}
}
$executions = $this->execution->generateRow($executionStats, $users, $avatarList, $productID);
$executions = $this->execution->generateRow($executionStats, $users, $avatarList);
$tableData = initTableData($executions, $config->execution->dtable->fieldList, $this->execution);
/* zin: Define the feature bar on main menu. */