* [bug#58771,done,0.2h] Type conversion.

This commit is contained in:
hufangzhou
2025-01-03 11:06:54 +08:00
committed by 王于听
parent a8b4f83341
commit e8ec6cd6df
+1 -1
View File
@@ -227,7 +227,7 @@ class searchTao extends searchModel
}
elseif($field == 'dept')
{
$allDepts = $this->loadModel('dept')->getAllChildId($value);
$allDepts = $this->loadModel('dept')->getAllChildId((int)$value);
$condition = helper::dbIN($allDepts);
}
elseif($field == 'scene')