외사분실 실적 오류 수정.

master
강석 최 2023-04-28 09:51:07 +09:00
parent 90b80708c6
commit f4b604e392
2 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@
(select item_value from code_mgt where item_cd = pw.wrt_title) as wrt_title,
pw.wrt_nm,
pw.work_dt,
pw.save_yn,
pw.status,
pw.work_info,
work_type,
pw.description,

View File

@ -82,10 +82,10 @@
<input type="hidden" class="pwSeq" th:value="${pw.pwSeq}">
<input type="hidden" class="piSeq" th:value="${pw.piSeq}">
<td th:text="${cnt.count}"></td>
<th:block th:if="${pw.saveYn eq 'N'} and ${pw.wrtUserSeq eq uesrSeq}">
<th:block th:if="${pw.status eq 'DST001'} and ${pw.wrtUserSeq eq uesrSeq}">
<td th:text="${#strings.concat('[임시]', pw.terminalNm)}"></td>
</th:block>
<th:block th:unless="${pw.saveYn eq 'N'} and ${pw.wrtUserSeq eq uesrSeq}">
<th:block th:unless="${pw.status eq 'DST001'} and ${pw.wrtUserSeq eq uesrSeq}">
<td th:text="|${pw.terminalNm}|"></td>
</th:block>
<td th:text="|${pw.wrtTitle} ${pw.wrtNm}|"></td>