mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-09 03:50:26 +08:00
将DNS版本改为0.2.4
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
|||||||
UserNodeVersion = "0.3.5"
|
UserNodeVersion = "0.3.5"
|
||||||
AuthorityNodeVersion = "0.0.2"
|
AuthorityNodeVersion = "0.0.2"
|
||||||
MonitorNodeVersion = "0.0.4"
|
MonitorNodeVersion = "0.0.4"
|
||||||
DNSNodeVersion = "0.2.3"
|
DNSNodeVersion = "0.2.4"
|
||||||
ReportNodeVersion = "0.1.1"
|
ReportNodeVersion = "0.1.1"
|
||||||
|
|
||||||
// SQLVersion SQL版本号
|
// SQLVersion SQL版本号
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ func (this *NSRouteDAO) FindAllEnabledRoutes(tx *dbs.Tx, clusterId int64, domain
|
|||||||
State(NSRouteStateEnabled).
|
State(NSRouteStateEnabled).
|
||||||
Slice(&result).
|
Slice(&result).
|
||||||
Desc("order").
|
Desc("order").
|
||||||
DescPk()
|
AscPk()
|
||||||
if clusterId > 0 {
|
if clusterId > 0 {
|
||||||
query.Attr("clusterId", clusterId)
|
query.Attr("clusterId", clusterId)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user