From 94bcda3ef533ac0ab0f5c0786554a9efe4c27f4d Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 19 十二月 2019 13:37:13 +0800
Subject: [PATCH] add upgrade action,do nothing after patch upload

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

diff --git a/controllers/initForData.go b/controllers/initForData.go
index 2fc3e45..4b11099 100644
--- a/controllers/initForData.go
+++ b/controllers/initForData.go
@@ -66,11 +66,10 @@
 		linkTagInfoAnalyServerFilterStr +
 		"]}}" +
 		"]}}," +
-		"\"sort\":[{\"picDate\":{\"order\":\"desc\"}}]," +
 		"\"size\":\"20\",\"sort\":[{\"picDate\":{\"order\":\"desc\"}}]," +
 		"\"_source\":{\"includes\":[],\"excludes\":[\"*.feature\"]}" +
 		"}"
-	//logger.Debug("InitForCaptureData:", prama)
+	logger.Debug("InitForCaptureData:", prama)
 	tokenRes := esutil.GetEsDataReq(url, prama, true)
 	util.ResponseFormat(c, code.Success, tokenRes)
 }

--
Gitblit v1.8.0