From b209f8257dea3462efbc27c8d1304f81ef4ecb0b Mon Sep 17 00:00:00 2001 From: leijun Date: Tue, 15 Jan 2019 19:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=97=A5=E5=BF=97=E9=93=BE=E6=8E=A5=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nis/web/controller/configuration/LogSearchController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/nis/web/controller/configuration/LogSearchController.java b/src/main/java/com/nis/web/controller/configuration/LogSearchController.java index 9ceae9d5f..3866b4bce 100644 --- a/src/main/java/com/nis/web/controller/configuration/LogSearchController.java +++ b/src/main/java/com/nis/web/controller/configuration/LogSearchController.java @@ -56,7 +56,7 @@ public class LogSearchController extends BaseController{ } - @RequestMapping(value = {"logTrend",""}) + @RequestMapping(value = {"logTrend"}) public String logTrend(Model model,BaseLogEntity entity,String cfgId,String serviceId,RedirectAttributes attr, HttpServletRequest request, HttpServletResponse response) { Calendar cal = Calendar. getInstance ();