将DNS版本改为0.2.4

This commit is contained in:
GoEdgeLab
2022-06-28 20:31:59 +08:00
parent b7682af9dc
commit 757a67bce7
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ const (
UserNodeVersion = "0.3.5"
AuthorityNodeVersion = "0.0.2"
MonitorNodeVersion = "0.0.4"
DNSNodeVersion = "0.2.3"
DNSNodeVersion = "0.2.4"
ReportNodeVersion = "0.1.1"
// SQLVersion SQL版本号

View File

@@ -214,7 +214,7 @@ func (this *NSRouteDAO) FindAllEnabledRoutes(tx *dbs.Tx, clusterId int64, domain
State(NSRouteStateEnabled).
Slice(&result).
Desc("order").
DescPk()
AscPk()
if clusterId > 0 {
query.Attr("clusterId", clusterId)
} else {

File diff suppressed because one or more lines are too long