This commit is contained in:
liumengyi
2022-06-15 13:25:41 +08:00
parent 8a8666f158
commit 23be41cd71
+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;
}
}
}