This commit is contained in:
hufangzhou
2023-11-13 17:26:55 +08:00
parent 7e29e105a2
commit df6d7f94c5
-1
View File
@@ -423,7 +423,6 @@ class docModel extends model
$docIDList = $this->dao->select('objectID')->from(TABLE_ACTION)
->where('objectType')->eq('doc')
->andWhere('objectID')->in($hasPrivDocIdList)
->andWhere('templateType')->eq('')
->andWhere('actor')->eq($this->app->user->account)
->andWhere('action')->eq('edited')
->fetchAll('objectID');