* Modify group access.

This commit is contained in:
caoyanyi
2022-01-24 07:46:08 +00:00
parent 033763cceb
commit 6e567482e2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ class gitlabModel extends model
{
if(!$account) $account = $this->app->user->account;
return $this->dao->select('providerID')->from(TABLE_OAUTH)
return $this->dao->select('providerID,openID')->from(TABLE_OAUTH)
->where('providerType')->eq('gitlab')
->andWhere('account')->eq($account)
->fetchPairs('providerID');