* Modify story load and style issues.

This commit is contained in:
tianshujie
2023-05-30 10:34:18 +08:00
parent 31fb6044d8
commit 48c0068017
6 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -3487,7 +3487,7 @@ class execution extends control
}
else
{
$allStories = $this->story->getProductStories(array_keys($products), $branchIDList, $moduleID = '0', $status = 'active', 'story', 'id_desc', $hasParent = false, '', $pager = null);
$allStories = $this->story->getProductStories(implode(',', array_keys($products)), $branchIDList, $moduleID = '0', $status = 'active', 'story', 'id_desc', $hasParent = false, '', $pager = null);
}
$linkedStories = $this->story->getExecutionStoryPairs($objectID);