mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-27 06:35:20 +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