mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-27 18:33:39 +08:00
实现对ACME用户的增删改
This commit is contained in:
@@ -159,5 +159,7 @@ func (this *ACMEUserDAO) CheckACMEUser(acmeUserId int64, adminId int64, userId i
|
||||
return false, nil
|
||||
}
|
||||
|
||||
return query.Exist()
|
||||
return query.
|
||||
State(ACMEUserStateEnabled).
|
||||
Exist()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user