From 58adc232b90053d67b87f1809e08014ee6c5adaf Mon Sep 17 00:00:00 2001 From: sunty <suntianyu0923@163.com> Date: 星期三, 24 七月 2019 15:39:40 +0800 Subject: [PATCH] add defenceState query body --- controllers/esSearch.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/controllers/esSearch.go b/controllers/esSearch.go index 42c2af8..f430e2b 100644 --- a/controllers/esSearch.go +++ b/controllers/esSearch.go @@ -148,6 +148,7 @@ "\"filter\":[" + cameraIdStr + alarmLevelStr + + defenceStateStr + taskIdStr + isCollectStr + esTableIdStr + -- Gitblit v1.8.0