fix:통역인 수정이력 등록일 수정

TaehunPark 2022-09-23 15:24:56 +09:00
parent 616fd365a8
commit b3db6f0fce
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<input type="hidden" class="verNo" th:value="${trInfo.versionNo}">
</td>
<td th:text="${trInfo.wrtNm}"></td>
<td th:text="${trInfo.wrtDt}"></td>
<td th:text="${#temporals.format(trInfo.wrtDt, 'yyyy-MM-dd')}"></td>
</tr>
</tbody>
</table>