Lect.xml Commit
This commit is contained in:
parent
084bcbf8f7
commit
a557ffaea2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue