From 170e000c52e86aea33d3d3f2733905f261e01eb2 Mon Sep 17 00:00:00 2001 From: hyunho Date: Thu, 26 Nov 2020 00:22:36 +0000 Subject: [PATCH] --- Dao/MyBatis/Maps/Pay.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#