diff --git a/Dao/MyBatis/Maps/Pay.xml b/Dao/MyBatis/Maps/Pay.xml index dcb40ef..8bc9d26 100644 --- a/Dao/MyBatis/Maps/Pay.xml +++ b/Dao/MyBatis/Maps/Pay.xml @@ -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#