From 02dd1dd1173caa7013da376b7f074f952f18d574 Mon Sep 17 00:00:00 2001 From: sgshin Date: Tue, 3 Dec 2024 06:15:25 +0000 Subject: [PATCH] =?UTF-8?q?#mod=20=EC=84=B1=EC=A0=81=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=EC=8B=9C=20=EC=98=A8=EC=98=A4=ED=94=84=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=EC=88=98=EC=97=85=20=EC=83=81=EA=B4=80=EC=97=86?= =?UTF-8?q?=EC=9D=B4=20=EC=97=85=EB=A1=9C=EB=93=9C=20=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=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 13c55f9..e526cc0 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -2757,7 +2757,7 @@ select a.cmino, b.lectno, ifnull(b.iscomplete,0) as iscomplete, c.cmno, c.cname, e.exno, e.exname, e.tpoint from lectinning a inner join lect b on b.lectno = a.lectno and b.status = 1 and b.ischanged = 0 - inner join cm c on c.cmno = b.cmno and c.cshape = 2 and c.isdel = 0 + inner join cm c on c.cmno = b.cmno and c.isdel = 0 inner join cminning d on d.cmno = b.cmno and d.cmino = a.cmino and d.isscd = 1 inner join cmex e on e.cmno = b.cmno and e.extype = 1 and e.isdel = 0 where a.istatus = 2