Merge branch 'sprint/189_package_lanzongjun' into 'master'

* fix bug #23002

See merge request easycorp/zentaopms!3633
This commit is contained in:
王怡栋
2022-05-27 05:12:18 +00:00
+3 -1
View File
@@ -159,7 +159,9 @@ public function getCardGroupByExecution($executionID, $browseType = 'all', $orde
if($cell->type == 'task')
{
$cardData['name'] = $object->name;
$cardData['name'] = $object->name;
$cardData['status'] = $object->status;
$cardData['left'] = $object->left;
}
else
{