Merge branch 'sprint/204_liumengyi_57089' into 'master'

* Fix bug #23738.

See merge request easycorp/zentaopms!3930
This commit is contained in:
孙广明
2022-06-15 05:27:13 +00:00
+1 -1
View File
@@ -1615,7 +1615,7 @@ class execution extends control
{
foreach($planList as $planID)
{
if(!array_search($planID, $oldPlans)) $newPlans[$planID] = $planID;
if(array_search($planID, $oldPlans) === false) $newPlans[$planID] = $planID;
}
}
}