This commit is contained in:
wangyidong
2023-08-30 08:53:52 +08:00
parent a20cb596fa
commit a2e384ebc5
+1 -1
View File
@@ -4973,7 +4973,7 @@ class storyModel extends model
}
$story->planTitle = '';
$storyPlans = explode(',', trim($story->plan, ','));
if($story->plan) $storyPlans = explode(',', trim($story->plan, ','));
foreach($storyPlans as $planID) $story->planTitle .= zget($plans, $planID, '') . ' ';
}