未验证 提交 4b218742 编写于 作者: S sven 提交者: GitHub

bug fix nodata (#157)

* bug fix nodata
上级 36e000b9
......@@ -58,7 +58,7 @@ func nodataJudge() {
nodataJob.Acquire()
go AsyncJudge(nodataJob, stra, stra.Exprs, []*dataobj.HistoryData{}, judgeItem, now, []dataobj.History{}, "", "", "", []bool{})
}
return
continue
}
for _, data := range respData {
......
......@@ -143,7 +143,7 @@ func popEvent(queues []interface{}) (*model.Event, bool) {
groups, err := json.Marshal(stra.NotifyGroup)
if err != nil {
logger.Errorf("users marshal failed, err: %v, event: %+v", err, event)
logger.Errorf("groups marshal failed, err: %v, event: %+v", err, event)
return nil, false
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册