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/label/labelDeliver.jsp |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/hxzk/label/labelDeliver.jsp b/src/main/webapp/hxzk/label/labelDeliver.jsp
index 7cfc814..669dd0b 100644
--- a/src/main/webapp/hxzk/label/labelDeliver.jsp
+++ b/src/main/webapp/hxzk/label/labelDeliver.jsp
@@ -188,6 +188,13 @@
         <!--  END CONTENT PART  -->
     </div>
     <!-- END MAIN CONTAINER -->
+    <%
+				String username=(String)session.getAttribute("username");
+				if(username==null || username.equals("")){
+				request.getRequestDispatcher("/hxzk/login.jsp").forward(request,response);
+				return;
+				}
+				%>
     <!-- BEGIN GLOBAL MANDATORY SCRIPTS -->  
     <script> 
         $(document).ready(function() {

--
Gitblit v1.10.0