This commit is contained in:
zhaoke
2023-09-04 15:28:27 +08:00
parent 3d95c7cdcd
commit 346ce714fd
3 changed files with 21 additions and 8 deletions
+1
View File
@@ -1759,6 +1759,7 @@ class groupModel extends model
->andWhere('t1.edition')->like("%,{$this->config->edition},%")
->andWhere('t1.vision')->like("%,{$this->config->vision},%")
->andWhere('t2.`objectType`')->eq('priv')
->andWhere('t2.lang')->eq($this->app->getClientLang())
->orderBy('order_asc')
->fetchAll('id');
}