* [task#126315] Fix Bug in create stage.

This commit is contained in:
liyang
2024-08-23 08:45:04 +08:00
committed by 曹延义
parent 92ef410f9a
commit 23cb50e402
6 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ class programplanModel extends model
if($plan->id)
{
$stageID = $plan->id;
unset($plan->id, $plan->type, $plan->order);
unset($plan->id, $plan->type);
$changes = $this->programplanTao->updateRow($stageID, $projectID, $plan);
if(dao::isError()) return false;
if(empty($changes)) continue;