From 53b43342f3d7a6e6d7eb54dafeab264276ea3b64 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期二, 19 十一月 2019 16:06:28 +0800
Subject: [PATCH] update all to new

---
 controllers/tasklist.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/controllers/tasklist.go b/controllers/tasklist.go
index a59b93d..bef2c70 100644
--- a/controllers/tasklist.go
+++ b/controllers/tasklist.go
@@ -30,7 +30,7 @@
 		return
 	}
 	url := "http://" + localConf.AlarmIp + ":" + strconv.Itoa(int(localConf.AlarmPort)) +
-		"/" + config.EsInfo.EsIndex.VideoPersons.IndexName + "," + config.EsInfo.EsIndex.Personaction.IndexName + "/_search"
+		"/" + config.EsInfo.EsIndex.AiOcean.IndexName + "/_search"
 
 	prama := "{\"size\":0,\"aggs\":{\"taskId_list\":{\"terms\":{\"field\":\"taskId\"}}}}"
 

--
Gitblit v1.8.0