This commit is contained in:
tianshujie
2023-09-05 14:16:51 +08:00
parent 19170148fe
commit f4409bebd8
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1440,6 +1440,7 @@ class actionModel extends model
$actions = $this->dao->select('*')->from($actionTable)
->where('objectType')->notIN($this->config->action->ignoreObjectType4Dynamic)
->andWhere('action')->notIN($this->config->action->ignoreActions4Dynamic)
->beginIF($this->config->vision == 'lite')->andWhere('objectType')->notin('product')->fi()
->beginIF($this->config->systemMode == 'light')->andWhere('objectType')->notin('program')->fi()
->andWhere('vision')->eq($this->config->vision)