Lect.xml Commit

This commit is contained in:
sgshin 2024-11-11 07:42:28 +00:00
parent 084bcbf8f7
commit a557ffaea2
1 changed files with 2 additions and 2 deletions

View File

@ -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