사용자 기소유예 Q&A 수정
This commit is contained in:
parent
54669eda30
commit
1e6c43531f
@ -224,8 +224,10 @@
|
|||||||
<p class="qst_text"><span>답변</span>A</p>
|
<p class="qst_text"><span>답변</span>A</p>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty list.qnaAnswerCn }">
|
<c:when test="${not empty list.qnaAnswerCn }">
|
||||||
|
<div>
|
||||||
<p class="awr_cont">${list.qnaAnswerCn }</p>
|
<p class="awr_cont">${list.qnaAnswerCn }</p>
|
||||||
<p class="date">${list.lastUpdtPnttm }</p>
|
<p class="date">${list.lastUpdtPnttm }</p>
|
||||||
|
</div>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<p class="awr_cont">내용이 없습니다.</p>
|
<p class="awr_cont">내용이 없습니다.</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user