* Add ignore object of the action.

This commit is contained in:
tianshujie
2023-08-08 13:27:19 +08:00
parent b969dd0b49
commit b3c31fb831
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1184,8 +1184,6 @@ class actionModel extends model
->beginIF($executionID == 'notzero')->andWhere('execution')->gt(0)->fi()
->andWhere($condition)
->beginIF($actionCondition)->andWhere("($actionCondition)")->fi()
/* Filter out client login/logout actions. */
->andWhere('action')->notin('disconnectxuanxuan,reconnectxuanxuan,loginxuanxuan,logoutxuanxuan,editmr,removemr')
->orderBy($orderBy)
->page($pager)
->fetchAll();