|
|
@ -158,7 +158,7 @@ public class Rent04Controller extends ApplicationController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(rowNo != 0) {
|
|
|
|
if(rowNo != 0 && !resultRow.string("A").equals("")) {
|
|
|
|
List<DataObject> searchResult = null;
|
|
|
|
List<DataObject> searchResult = null;
|
|
|
|
|
|
|
|
|
|
|
|
RentQuery entQuery = new RentQuery();
|
|
|
|
RentQuery entQuery = new RentQuery();
|
|
|
@ -175,7 +175,7 @@ public class Rent04Controller extends ApplicationController {
|
|
|
|
lsctQuery.setEntIds(entIds);
|
|
|
|
lsctQuery.setEntIds(entIds);
|
|
|
|
lsctQuery.setSchVhrno(resultRow.string("D"));
|
|
|
|
lsctQuery.setSchVhrno(resultRow.string("D"));
|
|
|
|
lsctQuery.setSchCtrtYmd(resultRow.string("G"));
|
|
|
|
lsctQuery.setSchCtrtYmd(resultRow.string("G"));
|
|
|
|
//rentQuery.set시간(resultRow.string("G"));
|
|
|
|
|
|
|
|
searchResult = lsctMapper.selectLsctList(lsctQuery);
|
|
|
|
searchResult = lsctMapper.selectLsctList(lsctQuery);
|
|
|
|
|
|
|
|
|
|
|
|
if(searchResult != null && !searchResult.isEmpty()) {
|
|
|
|
if(searchResult != null && !searchResult.isEmpty()) {
|
|
|
@ -196,7 +196,7 @@ public class Rent04Controller extends ApplicationController {
|
|
|
|
crdnQuery.setVhrno(resultRow.string("D"));
|
|
|
|
crdnQuery.setVhrno(resultRow.string("D"));
|
|
|
|
crdnQuery.setSchCrdnYmdFrom(resultRow.string("G"));
|
|
|
|
crdnQuery.setSchCrdnYmdFrom(resultRow.string("G"));
|
|
|
|
crdnQuery.setSchCrdnYmdTo(resultRow.string("G"));
|
|
|
|
crdnQuery.setSchCrdnYmdTo(resultRow.string("G"));
|
|
|
|
//crdnQuery.set시간(resultRow.string("G"));
|
|
|
|
|
|
|
|
searchResult = crdnListMapper.selectCrackdownList(crdnQuery);
|
|
|
|
searchResult = crdnListMapper.selectCrackdownList(crdnQuery);
|
|
|
|
|
|
|
|
|
|
|
|
if(searchResult != null && !searchResult.isEmpty()) {
|
|
|
|
if(searchResult != null && !searchResult.isEmpty()) {
|
|
|
|