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