From f3492a2d9ad4b5a756cf04afbd3b9977356d2011 Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 1 Jul 2021 06:32:21 +0000 Subject: [PATCH] =?UTF-8?q?users.checkuser=20di=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/MyBatis/Maps/User.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dao/MyBatis/Maps/User.xml b/Dao/MyBatis/Maps/User.xml index fba0f0b..4f3ef04 100644 --- a/Dao/MyBatis/Maps/User.xml +++ b/Dao/MyBatis/Maps/User.xml @@ -305,7 +305,7 @@ or b.email=HEX(AES_ENCRYPT(#email#, )) or b.mobile=HEX(AES_ENCRYPT(#mobile#, )) or b.userpno=HEX(AES_ENCRYPT(#userpno#, )) - or b.di=HEX(AES_ENCRYPT(#di#, )) + or b.di=#di# )