- status
This commit is contained in:
@@ -15,6 +15,7 @@ type DefAuther struct {
|
||||
// 此函数为空
|
||||
func (a *DefAuther) AddAuthBind(authBind *model.AuthBind, userName string) (err error) {
|
||||
dao.WrapAddIDCULDEntity(authBind, userName)
|
||||
authBind.Status = model.AuthBindStatusNormal
|
||||
err = dao.CreateEntity(nil, authBind)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user