<오류수정>
1. PMS NO : {7263}
2. (주요)작업내용 - 집합교육 출석 메뉴에서 엑셀 다운로드 시 항목 누락/ 쿼리 수정
This commit is contained in:
parent
de86c946e0
commit
79bf5da4fc
|
|
@ -868,6 +868,8 @@
|
||||||
,c.sseq,f.cname studyplacename
|
,c.sseq,f.cname studyplacename
|
||||||
,c.estart,c.eend
|
,c.estart,c.eend
|
||||||
,e.userno,e.userid, e.username
|
,e.userno,e.userid, e.username
|
||||||
|
,CAST(AES_DECRYPT(UNHEX(e.mobile), <include refid="sql.digest"></include>) AS char) mobile
|
||||||
|
,CAST(AES_DECRYPT(UNHEX(e.email), <include refid="sql.digest"></include>) AS char) email
|
||||||
,g.istatus
|
,g.istatus
|
||||||
,cc.cname zstring0
|
,cc.cname zstring0
|
||||||
,cc2.cname zstring1
|
,cc2.cname zstring1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue