diff --git a/src/modules/server/cron/transfer_stra.go b/src/modules/server/cron/transfer_stra.go index e2712275..36b01a62 100644 --- a/src/modules/server/cron/transfer_stra.go +++ b/src/modules/server/cron/transfer_stra.go @@ -36,6 +36,10 @@ func getStrategy() { continue } + if stra.Exprs[0].Func == "nodata" { + continue + } + metric := stra.Exprs[0].Metric for _, nid := range stra.Nids { key := str.ToMD5(nid, metric, "") //TODO get straMap key, 此处需要优化