From 45ea803e7a82a54199645b7722cd767b23b3ce08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 24 Jul 2021 10:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96DNS=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF=E6=97=B6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=8A=82=E7=82=B9UniqueId=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/db/models/nameservers/ns_node_dao.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/db/models/nameservers/ns_node_dao.go b/internal/db/models/nameservers/ns_node_dao.go index e42eab2f..36e75435 100644 --- a/internal/db/models/nameservers/ns_node_dao.go +++ b/internal/db/models/nameservers/ns_node_dao.go @@ -383,6 +383,7 @@ func (this *NSNodeDAO) ComposeNodeConfig(tx *dbs.Tx, nodeId int64) (*dnsconfigs. config := &dnsconfigs.NSNodeConfig{ Id: int64(node.Id), + NodeId: node.UniqueId, ClusterId: int64(node.ClusterId), }