From 1866662d25ce8de721af4513c81be21662164c14 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期三, 20 十一月 2019 14:35:14 +0800 Subject: [PATCH] fix --- controllers/initForData.go | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/controllers/initForData.go b/controllers/initForData.go index 7ba0bff..4b11099 100644 --- a/controllers/initForData.go +++ b/controllers/initForData.go @@ -66,7 +66,6 @@ linkTagInfoAnalyServerFilterStr + "]}}" + "]}}," + - "\"sort\":[{\"picDate\":{\"order\":\"desc\"}}]," + "\"size\":\"20\",\"sort\":[{\"picDate\":{\"order\":\"desc\"}}]," + "\"_source\":{\"includes\":[],\"excludes\":[\"*.feature\"]}" + "}" -- Gitblit v1.8.0