|
|
|
|
@ -119,7 +119,7 @@ public class CfsScheduleCron {
|
|
|
|
|
/**
|
|
|
|
|
* 장애인 데몬 시작및종료
|
|
|
|
|
*/
|
|
|
|
|
//@Scheduled(cron = "0 0 0 * * *")
|
|
|
|
|
//@Scheduled(cron = "0 0 2 * * *")
|
|
|
|
|
public void getRdcxptInfoDspsnVhcleScheduleStart() {
|
|
|
|
|
|
|
|
|
|
String runWAS = schdDao.selectRunWas("ITF_CFS_O_013");
|
|
|
|
|
@ -130,7 +130,7 @@ public class CfsScheduleCron {
|
|
|
|
|
|
|
|
|
|
cfsDaemon.startDaemon("ITF_CFS_O_013");
|
|
|
|
|
}
|
|
|
|
|
//@Scheduled(cron = "0 55 7 * * *")
|
|
|
|
|
//@Scheduled(cron = "0 0 7 * * *")
|
|
|
|
|
public void getRdcxptInfoDspsnVhcleScheduleEnd() {
|
|
|
|
|
|
|
|
|
|
String runWAS = schdDao.selectRunWas("ITF_CFS_O_013");
|
|
|
|
|
|