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

This commit is contained in:
caoyanyi
2024-05-31 11:06:54 +08:00
parent 054b3f3ad4
commit 2c5e59a8a9
+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);
}
}