This commit is contained in:
hyunho 2020-11-26 00:22:36 +00:00
parent 6cececadd7
commit 170e000c52
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@
left outer join exam c3 on a.ptype=3 and c3.exno=a.itemno
left outer join users u on u.userno=a.userno
left outer join assign ua on ua.asno=u.asno
left outer join comcode uc on uc.ccode=u.ccpositionc
left outer join comcode uc on uc.ccode=u.ccposition
left outer join cmrs rs on rs.cmno=c0.cmno and rs.rstype=1 and rs.isdel=0
left outer join lect t on a.ptype in (0,1,4) and t.cmno=c0.cmno and t.payno=a.payno and t.pino=a.pino and t.userno=a.userno
where a.payno=#payno#