* [misc] remove unused code.

This commit is contained in:
sunguangming
2025-07-31 07:36:32 +00:00
parent 3237f5b35b
commit 6fc16d3869
-2
View File
@@ -398,8 +398,6 @@ class programplanModel extends model
$parents[$level] = $stageID;
unset($plan->id, $plan->type);
if(in_array($this->config->edition, array('max', 'ipd'))) $plan = $this->execution->changeExecutionDeliverable($stageID, $plan);
$changes = $this->programplanTao->updateRow($stageID, $projectID, $plan);
if(dao::isError()) return false;