This commit is contained in:
tianshujie
2024-01-24 17:05:50 +08:00
parent b801885f88
commit 64b7e36be9
+1 -1
View File
@@ -562,7 +562,7 @@ class executionModel extends model
}
else
{
$parentAttr = dao::isError() ? '' : $this->dao->select('attribute')->from(TABLE_PROJECT)->where('id')->eq($parentID)->fetch('attribute');
$parentAttr = dao::isError() ? $attribute : $this->dao->select('attribute')->from(TABLE_PROJECT)->where('id')->eq($parentID)->fetch('attribute');
}
if($parentAttr && $parentAttr != $attribute && $parentAttr != 'mix')