Merge branch 'jihu' of https://gitlab.zcorp.cc/easycorp/zentaopms into jihu
This commit is contained in:
@@ -136,7 +136,8 @@ class gitlabModel extends model
|
||||
}
|
||||
}
|
||||
|
||||
$bindedUsers = $this->dao->select('openID,account')->from(TABLE_OAUTH)
|
||||
$bindedUsers = $this->dao->select('openID,account')
|
||||
->from(TABLE_OAUTH)
|
||||
->where('providerType')->eq('gitlab')
|
||||
->andWhere('providerID')->eq($gitlabID)
|
||||
->fetchPairs();
|
||||
|
||||
Reference in New Issue
Block a user