This commit is contained in:
boyce
2019-04-20 11:51:25 +08:00

View File

@@ -313,7 +313,7 @@ func (slf *CCluster) GetNodeIdByServiceName(servicename string, bOnline bool) []
return ret return ret
} }
return slf.cfg.GetIdByService(servicename) return nodeIDList
} }
func (slf *CCluster) CheckNodeIsConnectedByID(nodeid int) bool { func (slf *CCluster) CheckNodeIsConnectedByID(nodeid int) bool {