This commit is contained in:
parent
6cececadd7
commit
170e000c52
|
|
@ -660,7 +660,7 @@
|
||||||
left outer join exam c3 on a.ptype=3 and c3.exno=a.itemno
|
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 users u on u.userno=a.userno
|
||||||
left outer join assign ua on ua.asno=u.asno
|
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 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
|
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#
|
where a.payno=#payno#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue