From a557ffaea21aaabb1d73780f6d5895970311f1af Mon Sep 17 00:00:00 2001 From: sgshin Date: Mon, 11 Nov 2024 07:42:28 +0000 Subject: [PATCH] Lect.xml Commit --- 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 0e64461..13c55f9 100644 --- a/Dao/MyBatis/Maps/Lect.xml +++ b/Dao/MyBatis/Maps/Lect.xml @@ -790,7 +790,7 @@ from cm c inner join cminning ci on c.cmno = ci.cmno inner join cminningscd d on d.cmino = ci.cmino - where c.cshape=2 and ci.isscd=1 and ci.scdtype=0 + where c.cshape=2 and ci.isscd=1 and ifnull(ci.scdtype, 0) =0 ) c on c.cmno = a.cmno and c.cmisno = a.cmisno inner join cmev b2 on b2.cmno = c.cmno inner join users e on e.userno = a.userno @@ -892,7 +892,7 @@ from cm c inner join cminning ci on c.cmno = ci.cmno inner join cminningscd d on d.cmino = ci.cmino - where c.ismaster = 0 and c.isdel = 0 and c.cshape=2 and ci.isscd=1 and ci.scdtype=0 + where c.ismaster = 0 and c.isdel = 0 and c.cshape=2 and ci.isscd=1 and ifnull(ci.scdtype, 0) =0 ) c on c.cmno = a.cmno and c.cmisno = a.cmisno inner join cmev b2 on b2.cmno = c.cmno inner join users e on e.userno = a.userno