|
|
@ -111,7 +111,7 @@ public class Rent02Controller extends ApplicationController {
|
|
|
|
public ModelAndView getLeaseContractList(RentQuery req) {
|
|
|
|
public ModelAndView getLeaseContractList(RentQuery req) {
|
|
|
|
if (!"xls".equals(req.getDownload())) {
|
|
|
|
if (!"xls".equals(req.getDownload())) {
|
|
|
|
List<?> result = lsctService.getLsctList(setFetchSize(req));
|
|
|
|
List<?> result = lsctService.getLsctList(setFetchSize(req));
|
|
|
|
return setCollectionInfo(new ModelAndView("jsonView"), result, "");
|
|
|
|
return setPagingInfo(new ModelAndView("jsonView"), result, "");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
// 현재 날짜 구하기
|
|
|
|
// 현재 날짜 구하기
|
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmss");
|
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmss");
|
|
|
|