This commit is contained in:
tianshujie
2022-03-04 16:29:56 +08:00
parent 36cb5bd3d0
commit 5b2b646db3
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2483,6 +2483,7 @@ class executionModel extends model
->where('t1.root')->eq((int)$executionID)
->andWhere('t1.type')->eq('execution')
->andWhere('t2.deleted')->eq('0')
->beginIF($this->config->vision)->andWhere("CONCAT(',', t2.visions, ',')")->like("%,{$this->config->vision},%")->fi()
->fetchAll('account');
}