|
|
|
|
@ -52,7 +52,7 @@ public class CfsScheduleCron {
|
|
|
|
|
/**
|
|
|
|
|
* 지역주민 차량 전출 확인 프로세스 시작
|
|
|
|
|
*/
|
|
|
|
|
//@Scheduled(cron = "0 0 21 * * *")
|
|
|
|
|
@Scheduled(cron = "0 0 2 * * *")
|
|
|
|
|
public void localResidentsMovingOutScheduleStart() {
|
|
|
|
|
|
|
|
|
|
String runWAS = schdDao.selectRunWas("MOVING_OUT");
|
|
|
|
|
@ -67,7 +67,7 @@ public class CfsScheduleCron {
|
|
|
|
|
/**
|
|
|
|
|
* 지역주민 차량 전출 확인 프로세스 종료
|
|
|
|
|
*/
|
|
|
|
|
//@Scheduled(cron = "0 0 7 * * *")
|
|
|
|
|
@Scheduled(cron = "0 0 7 * * *")
|
|
|
|
|
public void localResidentsMovingOutScheduleStop() {
|
|
|
|
|
|
|
|
|
|
cfsDaemon.killDaemon("MOVING_OUT");
|
|
|
|
|
|