From 261f0c89b2392a00a6e25566707e79faa9385f2b Mon Sep 17 00:00:00 2001 From: hujl Date: Fri, 17 Dec 2021 08:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E6=97=B6=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/index.jsp | 4 ++++ .../WEB-INF/views/medicalOverdueDir/medicalOverdueList.jsp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/index.jsp b/src/main/webapp/WEB-INF/views/index.jsp index d6376488..30681800 100644 --- a/src/main/webapp/WEB-INF/views/index.jsp +++ b/src/main/webapp/WEB-INF/views/index.jsp @@ -15,6 +15,7 @@ <% String token = (String) request.getSession().getAttribute("token"); + ResourceBundle res = ResourceBundle.getBundle("config.jdbc"); %>