|
|
|
|
@ -40,18 +40,18 @@
|
|
|
|
|
<th class="th">이메일</th>
|
|
|
|
|
<td>${user.emlAddr}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">조직</th>
|
|
|
|
|
<td>${user.orgCdNm}</td>
|
|
|
|
|
<th class="th">부서</th>
|
|
|
|
|
<td>${user.deptCdNm}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">직위</th>
|
|
|
|
|
<td>${user.posNm}</td>
|
|
|
|
|
<th class="th">소속</th>
|
|
|
|
|
<td>${user.sttCdName}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">부서</th>
|
|
|
|
|
<td>${user.deptCdNm}</td>
|
|
|
|
|
<th class="th">조직</th>
|
|
|
|
|
<td>${user.orgCdNm}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th class="th">휴대전화번호</th>
|
|
|
|
|
<td>${user.mblTelno}</td>
|
|
|
|
|
|