* [refac story #74538] Add db index.

This commit is contained in:
wangyidong
2025-06-03 13:05:27 +08:00
parent 41ee72b64a
commit 2fecd243de
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1211,7 +1211,7 @@ class actionModel extends model
$docLibList = $this->dao->select('*')->from(TABLE_DOCLIB)->where('id')->in($docLibIdList)->fetchAll('id');
foreach($docLibList as $docLib)
{
if(!$this->checkPrivLib($docLib)) unset($docLibList[$lib->id]);
if(!$this->checkPrivLib($docLib)) unset($docLibList[$docLib->id]);
}
}