* Refactor zaNodeModel::getHostByID.

This commit is contained in:
wangxuepeng
2023-12-25 13:11:56 +08:00
parent b38cc00a55
commit fcfc1537ce
2 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -722,9 +722,10 @@ class zanodemodel extends model
/**
* 通过ID获取host。
* Get Host by id.
*
* @param int $id
* @param int $id
* @access public
* @return object
*/