From a4aae2d3681b9a166a8fc864f4d3362bed9167a1 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 6 May 2021 01:26:10 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20NULL=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20Dao/MyBatis/Maps/Lect.xml?= =?UTF-8?q?=20=20-=20=20=EC=A3=BC=EB=AF=BC=EB=93=B1=EB=A1=9D=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20=EC=A0=80=EC=9E=A5=EA=B7=9C=EC=B9=99=EC=9D=B4=20?= =?UTF-8?q?=EB=B0=94=EB=80=90=EB=93=AF..=3F=20=EB=A7=9E=EC=B6=B0=EC=84=9C?= =?UTF-8?q?=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/Lect.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dao/MyBatis/Maps/Lect.xml b/Dao/MyBatis/Maps/Lect.xml index 23983aa..a81b8df 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -1556,7 +1556,7 @@ select no lectno,substr(a.cshape,1,3) cshapename2,a.cgname cname,a.ssdate sstime,a.sedate setime ,case when a.rprice> 0 then 1 else 0 end isrebate from docprintpast a - inner join users b on CAST(AES_DECRYPT(UNHEX(b.userpno), ) AS char) = a.userpno + inner join users b on CAST(AES_DECRYPT(UNHEX(b.userpno), ) AS char) = replace(a.userpno,'-','') where userno = #userno#