fix worker无法获取到当前Node的问题

This commit is contained in:
陈景阳
2019-10-12 07:16:11 +08:00
parent decb662c12
commit 6af06efc17

View File

@@ -227,7 +227,7 @@ func InitNodeService() error {
}
// 首次更新节点数据注册到Redis
// UpdateNodeData()
UpdateNodeData()
// 获取当前节点
node, err := model.GetCurrentNode()