From 268eb0f16144e5fa534541b8c0db8b993e1c8d29 Mon Sep 17 00:00:00 2001 From: sgm0422 <976204163@qq.com> Date: Fri, 27 Aug 2021 13:52:59 +0800 Subject: [PATCH] * Finish task #41736. --- module/story/model.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/story/model.php b/module/story/model.php index 4fe5b9df0a..6619845111 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -1635,9 +1635,6 @@ class storyModel extends model if(empty($oldPlanID)) $story->plan = $planID; if($oldStory->branch) $story->plan = $planID; - /* Append the plan id to plan field if product is multi and story is all branch. */ - if($this->session->currentProductType != 'normal' and empty($story->branch)) $story->plan .= ",$planID"; - /* Change stage. */ if($planID and $oldStory->stage == 'wait') $story->stage = 'planned'; if($planID and $this->session->currentProductType != 'normal' and $oldStory->branch == 0)