|
@@ -500,7 +500,7 @@ $(document).ready(function() {
|
|
|
<th>기록자</th>
|
|
|
<td>
|
|
|
<div class="form-group mb-xl-0">
|
|
|
- <input class="form-control" type="text" value="${data._SES_ID}" readonly>
|
|
|
+ <input class="form-control" type="text" value="${data._SES_NAME}" readonly>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -535,7 +535,7 @@ $(document).ready(function() {
|
|
|
<th>기록자</th>
|
|
|
<td>
|
|
|
<div class="form-group mb-xl-0">
|
|
|
- <input class="form-control" type="text" value="${data._SES_ID}" readonly>
|
|
|
+ <input class="form-control" type="text" value="${data._SES_NAME}" readonly>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -670,7 +670,7 @@ $(document).ready(function() {
|
|
|
<th>작성자</th>
|
|
|
<td>
|
|
|
<div class="form-row">
|
|
|
- <input type="text" name="" class="form-control" placeholder="이름을 입력하세요" value="${data._SES_ID}" readonly>
|
|
|
+ <input type="text" name="" class="form-control" placeholder="이름을 입력하세요" value="${data._SES_NAME}" readonly>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|