mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-16 04:36:35 +08:00
refactor: oauth2登录调整
This commit is contained in:
@@ -22,3 +22,7 @@ func (a *oauth2AccountRepoImpl) SaveOAuthAccount(e *entity.Oauth2Account) error
|
||||
}
|
||||
return gormx.UpdateById(e)
|
||||
}
|
||||
|
||||
func (a *oauth2AccountRepoImpl) DeleteBy(e *entity.Oauth2Account) {
|
||||
gormx.DeleteByCondition(e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user