* Modify code error.

This commit is contained in:
sunguangming
2024-05-15 16:25:07 +08:00
parent ada54a2ccb
commit af73177431
+1
View File
@@ -476,6 +476,7 @@ class execution extends control
$this->executionZen->assignCountForStory($executionID, $stories, $storyType);
$this->executionZen->assignRelationForStory($execution, $products, $productID, $type, $storyType, $param, $orderBy, $pager);
$this->view->project = $project;
$this->display();
}