날짜 처리 보완

This commit is contained in:
KNKIM 2021-12-01 16:51:22 +09:00
parent c99795e0c1
commit be9180170f
4 changed files with 6 additions and 6 deletions

View File

@ -190,8 +190,8 @@ public class ReadServiceImpl implements ReadService {
public DataApiResVO listReadItems(CollectionVO searchVO) { public DataApiResVO listReadItems(CollectionVO searchVO) {
if(searchVO == null || StringUtil.isEmpty(searchVO.getMbInfoId())) { if(searchVO == null || StringUtil.isEmpty(searchVO.getMbInfoId())) {
log.error("listRentItems > 대출 목록 조회 요청 정보가 없습니다."); log.error("listRentItems > 열람 목록 조회 요청 정보가 없습니다.");
return new DataApiResVO("F", "대출 목록 조회 요청 정보가 없습니다."); return new DataApiResVO("F", "열람 목록 조회 요청 정보가 없습니다.");
} }
// API 호출 // API 호출

View File

@ -45,7 +45,7 @@
} }
$("#mngOrgCd").on("change", function(e) { $("#mngOrgCd").on("change", function(e) {
fn_searchArticle($("#pageSize").val(), 1); fn_searchArticle(1);
}); });
<sec:authorize access="isAuthenticated()"> <sec:authorize access="isAuthenticated()">

View File

@ -221,7 +221,7 @@ $(document).ready(function() {
</div> </div>
<div class="t-state"><p>${rent.useStatusNm }</p></div> <div class="t-state"><p>${rent.useStatusNm }</p></div>
<div class="t-date">${rent.rtnExpctDd }</div> <div class="t-date">${rent.rtnExpctDd }</div>
<div class="t-reser poss">${rent.rsrvDivNm } <div class="t-reser poss">${rent.rsrvDivNm } <br>
<c:if test='${not empty rent.rsrvDd }'> <c:if test='${not empty rent.rsrvDd }'>
(${rent.rsrvDd }) (${rent.rsrvDd })
</c:if> </c:if>

View File

@ -49,7 +49,7 @@
} }
$("#mngOrgCd").on("change", function(e) { $("#mngOrgCd").on("change", function(e) {
fn_searchArticle($("#pageSize").val(), 1); fn_searchArticle(1);
}); });
<sec:authorize access="isAuthenticated()"> <sec:authorize access="isAuthenticated()">
@ -261,7 +261,7 @@ function fn_search(bookLtRvStatusCd) {
<div class="n-reservation">신청/예약일</div> <div class="n-reservation">신청/예약일</div>
<div class="n-expiry">신청/예약 만료일</div> <div class="n-expiry">신청/예약 만료일</div>
<div class="n-return">반납예정일</div> <div class="n-return">반납예정일</div>
<div class="n-use">이용</div> <div class="n-use">대출상태</div>
</div> </div>
<div class="no-result" style="display:none;"> <div class="no-result" style="display:none;">
<span>자료가 없습니다.</span> <span>자료가 없습니다.</span>