diff --git a/Dao/MyBatis/Maps/Lect.xml b/Dao/MyBatis/Maps/Lect.xml
index 288683d..5fc122a 100644
--- a/Dao/MyBatis/Maps/Lect.xml
+++ b/Dao/MyBatis/Maps/Lect.xml
@@ -1182,6 +1182,8 @@
,u.username,null ccpositionname,CAST(AES_DECRYPT(UNHEX(u.email), ) AS char) email,ua.asname
,1 rno
,scd.estart,scd.eend
+ ,cc.ccode studyplace
+ ,cc.cname studyplacename
from lect a
inner join cm b on b.cmno=a.cmno and b.sstime <
@@ -1191,6 +1193,7 @@
inner join users u on u.userno=a.userno
left outer join assign ua on ua.asno=u.asno
left outer join cminningscd scd on scd.cmisno = a.cmisno
+ left outer join comcode cc on cc.ccode = b.studyplace
where a.userno=#userno# and a.status=1 and a.ischanged=0
and b.cshape=#cshape#
union all
@@ -1201,6 +1204,8 @@
,u.username,null ccpositionname,CAST(AES_DECRYPT(UNHEX(u.email), ) AS char) email,ua.asname
,row_number() over(partition by e.payno) rno
,null estart, null eend
+ ,null studyplace
+ ,null studyplacename
from pay e
inner join lect a on a.payno=e.payno and a.status=1 and a.ischanged=0
inner join cm b on b.cmno=a.cmno and b.sstime <
@@ -1218,6 +1223,8 @@
,u.username,null ccpositionname,CAST(AES_DECRYPT(UNHEX(u.email), ) AS char) email,ua.asname
,row_number() over(partition by e.payno) rno
,null estart, null eend
+ ,null studyplace
+ ,null studyplacename
from lect a0
inner join pay e on e.payno=a0.payno and e.isgroup=1 and e.userno<>#userno# and e.pstatus=1
inner join lect a on a.payno=e.payno and a.status=1 and a.ischanged=0
@@ -1381,6 +1388,7 @@
,e2.pino,e2.payamt pipayamt,e2.itemname
,f.estart,f.eend
,cc.cname studyplacename
+ ,cc.ccode studyplace
,pt.taxno,pt.taxdate taxdate2
,a.cdt
,row_number() over(order by a.cdt desc) rno
diff --git a/FO/Views/My/Document.cshtml b/FO/Views/My/Document.cshtml
index 5f6b2fa..3c741e4 100644
--- a/FO/Views/My/Document.cshtml
+++ b/FO/Views/My/Document.cshtml
@@ -54,7 +54,20 @@
@item.cname