From 18174cc9229d1656b3c6121ec70f6c84435b2ea6 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期二, 19 十一月 2019 09:40:03 +0800
Subject: [PATCH] ---

---
 insertdata/insertDataToEs.go |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/insertdata/insertDataToEs.go b/insertdata/insertDataToEs.go
index b03ad7e..320c7bc 100644
--- a/insertdata/insertDataToEs.go
+++ b/insertdata/insertDataToEs.go
@@ -49,8 +49,8 @@
 	Content         string                `json:"content"`
 	AlarmRules      []AlarmRule           `json:"alarmRules"`
 	LikeDate        string                `json:"likeDate"`
-	ShowLables      string                `json:"showLables"`
-	OtherLables     string                `json:"otherLables"`
+	ShowLabels      string                `json:"showLabels"`
+	OtherLabels     string                `json:"otherLabels"`
 	VideoUrl        string                `json:"videoUrl"`
 	AnalyServerId   string                `json:"analyServerId"`
 	AnalyServerName string                `json:"analyServerName"`
@@ -79,8 +79,8 @@
 	Content         string                `json:"content"`
 	AlarmRules      []AlarmRule           `json:"alarmRules"`
 	LikeDate        string                `json:"likeDate"`
-	ShowLables      string                `json:"showLables"`
-	OtherLables     string                `json:"otherLables"`
+	ShowLabels      string                `json:"showLabels"`
+	OtherLabels     string                `json:"otherLabels"`
 	VideoUrl        string                `json:"videoUrl"`
 	AnalyServerId   string                `json:"analyServerId"`
 	AnalyServerName string                `json:"analyServerName"`
@@ -164,8 +164,7 @@
 		panic("閰嶇疆鏂囦欢涓嶅悎娉�")
 	}
 	weedfsUrl = "http://" + localConfig1.WebPicIp + ":" + strconv.Itoa(int(localConfig1.WebPicPort)) + "/submit"
-	videoPersonUrl = "http://" + localConfig1.AlarmIp + ":" + strconv.Itoa(int(localConfig1.AlarmPort)) + "/" + EsInfo.EsIndex.VideoPersons.IndexName + "/" + EsInfo.EsIndex.VideoPersons.IndexType
-	personAction = "http://" + localConfig1.AlarmIp + ":" + strconv.Itoa(int(localConfig1.AlarmPort)) + "/" + EsInfo.EsIndex.Personaction.IndexName + "/" + EsInfo.EsIndex.Personaction.IndexType
+	videoPersonUrl = "http://" + localConfig1.AlarmIp + ":" + strconv.Itoa(int(localConfig1.AlarmPort)) + "/" + EsInfo.EsIndex.AIOcean.IndexName + "/" + EsInfo.EsIndex.AIOcean.IndexType
 	InsertFace(msg)
 	InsertYolo(msg)
 	InsertTarget(msg)
@@ -465,7 +464,7 @@
 					logger.Info("json parse error ", err)
 					return
 				}
-				resp1, err2 := EsReq("POST", personAction, requstbody)
+				resp1, err2 := EsReq("POST", videoPersonUrl, requstbody)
 				if err2 != nil {
 					logger.Error("寰�ES鎻掑叆鏁版嵁澶辫触", err)
 				} else {
@@ -626,7 +625,7 @@
 						logger.Info("json parse error ", err)
 						return
 					}
-					resp1, err2 := EsReq("POST", personAction, requstbody)
+					resp1, err2 := EsReq("POST", videoPersonUrl, requstbody)
 					if err2 != nil {
 						logger.Error("寰�ES鎻掑叆鏁版嵁澶辫触", err)
 					} else {
@@ -764,15 +763,15 @@
 		}
 		race := getRaceString(obj.ThftRes.Race)
 		ageDescription := getDescription(obj.ThftRes.Age)
-		lable = sex + "/" + ageDescription + "/" + race + "/"
-		lableAttach = strconv.Itoa(int(obj.ThftRes.Age)) + "宀�" + "/" + "寰瑧鍊硷細" + strconv.Itoa(int(obj.ThftRes.Smile)) + "/" + "棰滃�硷細" + strconv.Itoa(int(obj.ThftRes.Beauty))
+		lable = sex + "//" + ageDescription + "//" + race + "//"
+		lableAttach = strconv.Itoa(int(obj.ThftRes.Age)) + "宀�" + "//" + "寰瑧鍊硷細" + strconv.Itoa(int(obj.ThftRes.Smile)) + "//" + "棰滃�硷細" + strconv.Itoa(int(obj.ThftRes.Beauty))
 
 	case "plate":
 		// 杞︾墝杩愬姩鏂瑰悜锛�0 unknown, 1 left, 2 right, 3 up, 4 down
-		lable = obj.Car.License + "/" + cache.GetDic("nColor"+strconv.Itoa(int(obj.Car.NColor))) + "杞︾墝" + "/" +
-			cache.GetDic("nCarColor"+strconv.Itoa(int(obj.Car.NCarColor))) + "杞﹁締" + "/" + cache.GetDic("nCarLogo"+strconv.Itoa(int(obj.Car.NCarLogo))) + "/" + cache.GetDic("nCarLogo"+strconv.Itoa(int(obj.Car.NCarType)))
-		lableAttach = cache.GetDic("nDirection"+strconv.Itoa(int(obj.Car.NDirection))) + "/" + "杞︾墝缃俊搴︼細" + strconv.Itoa(int(obj.Car.NConfidence)) + "/" +
-			"杞︾墝浜害锛�" + strconv.Itoa(int(obj.Car.NBright)) + "/" + "杞︾殑浜害锛�" + strconv.Itoa(int(obj.Car.NCarBright)) + "/" + "璇嗗埆鏃堕棿锛�" + strconv.Itoa(int(obj.Car.NTime))
+		lable = obj.Car.License + "//" + cache.GetDic("nColor"+strconv.Itoa(int(obj.Car.NColor))) + "杞︾墝" + "//" +
+			cache.GetDic("nCarColor"+strconv.Itoa(int(obj.Car.NCarColor))) + "杞﹁締" + "//" + cache.GetDic("nCarLogo"+strconv.Itoa(int(obj.Car.NCarLogo))) + "//" + cache.GetDic("nCarLogo"+strconv.Itoa(int(obj.Car.NCarType)))
+		lableAttach = cache.GetDic("nDirection"+strconv.Itoa(int(obj.Car.NDirection))) + "//" + "杞︾墝缃俊搴︼細" + strconv.Itoa(int(obj.Car.NConfidence)) + "//" +
+			"杞︾墝浜害锛�" + strconv.Itoa(int(obj.Car.NBright)) + "//" + "杞︾殑浜害锛�" + strconv.Itoa(int(obj.Car.NCarBright)) + "//" + "璇嗗埆鏃堕棿锛�" + strconv.Itoa(int(obj.Car.NTime))
 	}
 	return lable, lableAttach
 }

--
Gitblit v1.8.0