* [misc,0.1h] adjust call method param type for host.

This commit is contained in:
caoyanyi
2024-06-03 08:35:45 +08:00
parent b6dcfc07e2
commit 0575c6e5f5
+1 -1
View File
@@ -81,7 +81,7 @@ class hostModel extends model
foreach(explode(',', $moduleIdList) as $moduleID)
{
if(empty($moduleID)) continue;
$modules += $this->tree->getAllChildId($moduleID);
$modules += $this->tree->getAllChildId((int)$moduleID);
}
}