* [bug#63080,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-06-10 07:58:11 +00:00
parent 2991a6d760
commit f27f86bf34
+1 -1
View File
@@ -472,7 +472,7 @@ class actionModel extends model
}
else
{
$objectNames[$objectType] = $this->dao->select("id, {$field} AS name")->from($table)->where('id')->in($objectIdList)->fetchPairs();
$objectNames[$objectType] = $this->dao->select("id, {$field} AS name")->from($table)->where('id')->in($objectIdList)->filterTpl('skip')->fetchPairs();
}
}