From 62646a53f42907bf77af62fa64125dc73c6b56b0 Mon Sep 17 00:00:00 2001 From: liyunfengfengfeng <2305743208@qq.com> Date: Sun, 1 Apr 2018 21:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8C=E6=84=8F=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=94=A8=E6=88=B7=E5=90=8D+=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TOpreatorUserMapper.xml | 2 +- src/main/webapp/WEB-INF/jsp/admin/adminLogin.jsp | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mapper/TOpreatorUserMapper.xml b/src/main/resources/mapper/TOpreatorUserMapper.xml index b70afb4..e51cb72 100644 --- a/src/main/resources/mapper/TOpreatorUserMapper.xml +++ b/src/main/resources/mapper/TOpreatorUserMapper.xml @@ -174,7 +174,7 @@ select from t_opreator_user - where t_opreator_user.email = #{email} + where t_opreator_user.operator_name = #{operatorName} and t_opreator_user.operator_password = #{operatorPassword} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/admin/adminLogin.jsp b/src/main/webapp/WEB-INF/jsp/admin/adminLogin.jsp index 8e55b3d..2d08b71 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/adminLogin.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/adminLogin.jsp @@ -44,7 +44,7 @@