외사분실 실적 오류 수정.
parent
90b80708c6
commit
f4b604e392
|
|
@ -340,7 +340,7 @@
|
||||||
(select item_value from code_mgt where item_cd = pw.wrt_title) as wrt_title,
|
(select item_value from code_mgt where item_cd = pw.wrt_title) as wrt_title,
|
||||||
pw.wrt_nm,
|
pw.wrt_nm,
|
||||||
pw.work_dt,
|
pw.work_dt,
|
||||||
pw.save_yn,
|
pw.status,
|
||||||
pw.work_info,
|
pw.work_info,
|
||||||
work_type,
|
work_type,
|
||||||
pw.description,
|
pw.description,
|
||||||
|
|
|
||||||
|
|
@ -82,10 +82,10 @@
|
||||||
<input type="hidden" class="pwSeq" th:value="${pw.pwSeq}">
|
<input type="hidden" class="pwSeq" th:value="${pw.pwSeq}">
|
||||||
<input type="hidden" class="piSeq" th:value="${pw.piSeq}">
|
<input type="hidden" class="piSeq" th:value="${pw.piSeq}">
|
||||||
<td th:text="${cnt.count}"></td>
|
<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>
|
<td th:text="${#strings.concat('[임시]', pw.terminalNm)}"></td>
|
||||||
</th:block>
|
</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>
|
<td th:text="|${pw.terminalNm}|"></td>
|
||||||
</th:block>
|
</th:block>
|
||||||
<td th:text="|${pw.wrtTitle} ${pw.wrtNm}|"></td>
|
<td th:text="|${pw.wrtTitle} ${pw.wrtNm}|"></td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue