diff --git a/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/lctrRsrch/web/OprtnLctrRsrchTngrContoller.java b/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/lctrRsrch/web/OprtnLctrRsrchTngrContoller.java index d97b1678..af11215a 100644 --- a/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/lctrRsrch/web/OprtnLctrRsrchTngrContoller.java +++ b/src/main/java/kcc/ve/oprtn/instr/tngrVisitEdu/lctrRsrch/web/OprtnLctrRsrchTngrContoller.java @@ -227,10 +227,6 @@ public class OprtnLctrRsrchTngrContoller { if(nowDate.isEqual(startDate) || nowDate.isEqual(endDate)) {t.setRsrchState("02");} else if(nowDate.isBefore(startDate)) {t.setRsrchState("01");} else if(nowDate.isAfter(endDate)) {t.setRsrchState("03");} - - t.getRsrchEndDt(); - t.getRsrchState(); - DateUtil.getNowyyyyMMddReturnInt(); } catch (Exception e) { // TODO Auto-generated catch block