panlei
2019-07-03 15e5410c4fab8b9041729ad9a6efaea7c66d5fae
insertdata/insertDataToEs.go
@@ -37,7 +37,7 @@
   SmileLevel      int32  `json:"smileLevel"`
   BeautyLevel     int32  `json:"beautyLevel"`
   FaceFeature     string `json:"faceFeature"`
   PicSmUrl        string `json:"picSmUrl"`
   PicSmUrl        []string `json:"picSmUrl"`
   VideoUrl        string `json:"videoUrl"`
   AnalyServerId   string `json:"analyServerId"`
   AnalyServerName string `json:"analyServerName"`
@@ -139,7 +139,7 @@
               strings.Split(bigPhotoUrl["fileUrl"].(string), "/")[1],
               msg.Tasklab.Taskid,
               msg.Tasklab.Taskname,
               face.SdkName,
               "人脸",
               "",
               time.Now().Format("2006-01-02 15:04:05"), // 只检测,没有比对时间
               face.ThftRes.Gender,
@@ -149,7 +149,7 @@
               face.ThftRes.Smile,
               face.ThftRes.Beauty,
               "不是每个人脸算法都有",
               strings.Split(resp["fileUrl"].(string), "/")[1],
               []string{strings.Split(resp["fileUrl"].(string), "/")[1]},
               "暂无集群",
               localConfig.ServerId,
               localConfig.ServerName,