From ed8c09655a43d9ec44142fb968e5abfbb69416cb Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 19 五月 2021 15:48:14 +0800 Subject: [PATCH] fix --- controllers/EsController.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/EsController.go b/controllers/EsController.go index 0a094b8..b235344 100644 --- a/controllers/EsController.go +++ b/controllers/EsController.go @@ -45,7 +45,7 @@ "filter": [ { "term": { - "_id": "5q5VxXIBpPOUuw7XfG_L" + "_id": `+_id+` } } ] -- Gitblit v1.8.0