* Modify the independent project to enter the story list problem.

This commit is contained in:
tianshujie
2021-09-08 15:47:32 +08:00
parent f7c4ae6d87
commit 1d2c85895c
+1 -1
View File
@@ -116,7 +116,7 @@ class projectStory extends control
*/
public function batchUnlinkStory($projectID, $storyIdList = '')
{
$storyIdList = if(empty($storyIdList)) ? array() : array_filter(explode(',', $storyIdList));
$storyIdList = empty($storyIdList ? array() : array_filter(explode(',', $storyIdList));
$executionStories = $this->projectstory->getExecutionStories($projectID, $storyIdList);
$html = '';