#mod 성적 업로드시 온오프라인 수업 상관없이 업로드 하도록 수정

This commit is contained in:
sgshin 2024-12-03 06:15:25 +00:00
parent d2717ed0b3
commit 02dd1dd117
1 changed files with 1 additions and 1 deletions

View File

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