修复集群配置/节点配置无法同步的Bug

This commit is contained in:
刘祥超
2022-03-16 15:23:36 +08:00
parent 6bd6e350b9
commit 10909e28c8

View File

@@ -76,6 +76,7 @@ func (this *NodeTaskDAO) CreateNodeTask(tx *dbs.Tx, role string, clusterId int64
"error": "",
"isNotified": 0,
"version": version,
"serverId": serverId,
})
return err
}
@@ -109,6 +110,7 @@ func (this *NodeTaskDAO) CreateClusterTask(tx *dbs.Tx, role string, clusterId in
"isNotified": 0,
"error": "",
"version": time.Now().UnixNano(),
"serverId": serverId,
})
return err
}