From 2f711ba6b62e44eef46a581c59169e704a335e72 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Tue, 17 May 2022 04:20:41 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=2022.05.17=20=EC=B6=94=EA=B0=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91=EC=97=85?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20(1)=20MyBatis/Maps/Lect.xml=20=20-=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=EC=A0=88=EC=97=90=20=EC=83=81=ED=83=9C=20?= =?UTF-8?q?=EB=B9=84=EA=B5=90=20=EA=B5=AC=EB=AC=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dao/MyBatis/Maps/Lect.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dao/MyBatis/Maps/Lect.xml b/Dao/MyBatis/Maps/Lect.xml index 7a3ecb1..d17c305 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -1990,7 +1990,7 @@ from lect t1 inner join cm t2 on t1.cmno = t2.cmno inner join cg t3 on t2.cgno= t3.cgno - where t2.isdel= 0 and t2.isuse= 1 and t2.ismaster = 0 and t1.userno = #userno# and t2.pcmno = #pcmno# + where (t1.status = 1 or t1.status = 2) and t2.isdel= 0 and t2.isuse= 1 and t2.ismaster = 0 and t1.userno = #userno# and t2.pcmno = #pcmno# )t @@ -2010,7 +2010,7 @@ from lect t1 inner join cm t2 on t1.cmno = t2.cmno inner join cg t3 on t2.cgno= t3.cgno - where t2.isdel= 0 and t2.isuse= 1 and t2.ismaster = 0 and t1.userno = #userno# and t2.pcmno = #pcmno# + where (t1.status = 1 or t1.status = 2) and t2.isdel= 0 and t2.isuse= 1 and t2.ismaster = 0 and t1.userno = #userno# and t2.pcmno = #pcmno# )t