+ [bug#53768] Fix bug for search node.

This commit is contained in:
liyang
2024-08-20 09:47:59 +08:00
committed by 曹延义
parent e24857e06c
commit 48560ddd06
+5
View File
@@ -406,6 +406,11 @@ class zanodemodel extends model
->where('id')->eq($node->id)
->exec();
}
if(!empty($osList[$node->osName]))
{
$this->dao->update(TABLE_ZAHOST)->set('osName')->eq($osList[$node->osName])->where('id')->eq($node->id)->exec();
}
}
return $nodeList;