From 3516f02277035cdc7ff137422709b16efe97ca4a Mon Sep 17 00:00:00 2001
From: 15832144755 <67030627+15832144755@users.noreply.github.com>
Date: 星期五, 27 八月 2021 11:27:21 +0800
Subject: [PATCH] 8.27

---
 src/main/webapp/hxzk/sysSetting/replay.jsp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/hxzk/sysSetting/replay.jsp b/src/main/webapp/hxzk/sysSetting/replay.jsp
index 0bd249b..4db44cc 100644
--- a/src/main/webapp/hxzk/sysSetting/replay.jsp
+++ b/src/main/webapp/hxzk/sysSetting/replay.jsp
@@ -153,6 +153,11 @@
 		String deleteq =(String)session.getAttribute("deleteq");
 		String alertq =(String)session.getAttribute("alertq");
 		String deleteall =(String)session.getAttribute("deleteall");
+		String username=(String)session.getAttribute("username");
+		if(username==null || username.equals("")){
+		request.getRequestDispatcher("/hxzk/login.jsp").forward(request,response);
+		return;
+		}
 	%>
 	<input type="hidden" name="superuser" id="superuser" value="<%=superuser%>">
 	<input type="hidden" name="deleteq" id="deleteq" value="<%=deleteq%>">

--
Gitblit v1.10.0