mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-08 19:40:24 +08:00
[系统用户]增加OTP动态密码二次认证
This commit is contained in:
@@ -977,6 +977,7 @@ func (this *ServerDAO) FindAllServersDNSWithClusterId(clusterId int64) (result [
|
||||
_, err = this.Query().
|
||||
State(ServerStateEnabled).
|
||||
Attr("isOn", true).
|
||||
Attr("isAuditing", false). // 不在审核中
|
||||
Attr("clusterId", clusterId).
|
||||
Result("id", "name", "dnsName").
|
||||
DescPk().
|
||||
|
||||
Reference in New Issue
Block a user