This commit is contained in:
dingguodong
2021-06-18 09:59:46 +08:00
+2 -1
View File
@@ -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();