* Fix search module error.

This commit is contained in:
tianshujie
2024-01-24 09:01:31 +08:00
parent 517e610b7f
commit 2dcbeea2c8
+1 -1
View File
@@ -179,7 +179,7 @@ class searchTao extends searchModel
{
if($field == 'module')
{
$allModules = $this->loadModel('tree')->getAllChildId($value);
$allModules = $this->loadModel('tree')->getAllChildId((int)$value);
if($allModules) $condition = helper::dbIN($allModules);
}
elseif($field == 'dept')