From 92d26f02fcc06968a6943d3bcb85b1f84d581737 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 29 十一月 2019 16:34:06 +0800 Subject: [PATCH] log --- insertdata/insertDataToEs.go | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/insertdata/insertDataToEs.go b/insertdata/insertDataToEs.go index bf65120..f7d7143 100644 --- a/insertdata/insertDataToEs.go +++ b/insertdata/insertDataToEs.go @@ -154,6 +154,7 @@ faces = PutFace(faces, results.([]structure.Result)) //logger.Info("鏁寸悊鍚庣殑鏁版嵁锛�",faces) if faces != nil { + logger.Warn("face涓嶄负nil") var imgMaxUrl []string = []string{} var picTime string = "" for _, face := range faces { @@ -164,6 +165,7 @@ panic("瑙e帇缂╁浘鐗囨椂鍑虹幇閿欒") } alarmRules := []AlarmRule{} + logger.Info("寰幆姣忎竴涓洰鏍�") for _, faceResult := range face.rules { alarm := ChangeToString(faceResult.DefenceState, faceResult.AlarmLevel) alarmRules = append(alarmRules, AlarmRule{faceResult.RuleGroupId, alarm, faceResult.RuleText, faceResult.DefenceState, ""}) @@ -361,7 +363,7 @@ var target1 = new(Target) target1.TargetId = target.Id target1.TargetScore = target.Score - target1.TargetType = target.Type + target1.TargetType = "action" target1.TargetLocation = Points{TopLeft: Point{target.Location.X, target.Location.Y}, BottomRight: Point{target.Location.X + target.Location.Width, target.Location.Y + target.Location.Height}} targetInfos = append(targetInfos, *target1) } @@ -562,7 +564,7 @@ var target1 = new(Target) target1.TargetId = target.Id target1.TargetScore = target.Score - target1.TargetType = target.Type + target1.TargetType = "action" target1.TargetLocation = Points{TopLeft: Point{target.Location.X, target.Location.Y}, BottomRight: Point{target.Location.X + target.Location.Width, target.Location.Y + target.Location.Height}} targetInfos = append(targetInfos, *target1) } -- Gitblit v1.8.0