날짜 처리 보완
This commit is contained in:
parent
c99795e0c1
commit
be9180170f
@ -190,8 +190,8 @@ public class ReadServiceImpl implements ReadService {
|
||||
public DataApiResVO listReadItems(CollectionVO searchVO) {
|
||||
|
||||
if(searchVO == null || StringUtil.isEmpty(searchVO.getMbInfoId())) {
|
||||
log.error("listRentItems > 대출 목록 조회 요청 정보가 없습니다.");
|
||||
return new DataApiResVO("F", "대출 목록 조회 요청 정보가 없습니다.");
|
||||
log.error("listRentItems > 열람 목록 조회 요청 정보가 없습니다.");
|
||||
return new DataApiResVO("F", "열람 목록 조회 요청 정보가 없습니다.");
|
||||
}
|
||||
|
||||
// API 호출
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
}
|
||||
|
||||
$("#mngOrgCd").on("change", function(e) {
|
||||
fn_searchArticle($("#pageSize").val(), 1);
|
||||
fn_searchArticle(1);
|
||||
});
|
||||
|
||||
<sec:authorize access="isAuthenticated()">
|
||||
|
||||
@ -221,7 +221,7 @@ $(document).ready(function() {
|
||||
</div>
|
||||
<div class="t-state"><p>${rent.useStatusNm }</p></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 }'>
|
||||
(${rent.rsrvDd })
|
||||
</c:if>
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
$("#mngOrgCd").on("change", function(e) {
|
||||
fn_searchArticle($("#pageSize").val(), 1);
|
||||
fn_searchArticle(1);
|
||||
});
|
||||
|
||||
<sec:authorize access="isAuthenticated()">
|
||||
@ -261,7 +261,7 @@ function fn_search(bookLtRvStatusCd) {
|
||||
<div class="n-reservation">신청/예약일</div>
|
||||
<div class="n-expiry">신청/예약 만료일</div>
|
||||
<div class="n-return">반납예정일</div>
|
||||
<div class="n-use">이용</div>
|
||||
<div class="n-use">대출상태</div>
|
||||
</div>
|
||||
<div class="no-result" style="display:none;">
|
||||
<span>자료가 없습니다.</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user