main
MonHun 2024-05-09 19:18:25 +09:00
parent f169747946
commit 98a7f9d646
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored 100644
View File

@ -0,0 +1,4 @@
target
log
.vscode
application.pid

View File

@ -136,7 +136,7 @@ public class AeraSchduler implements ApplicationListener<ContextClosedEvent> {
private String searchElastic(){
String sIndex = "3";
String sStartDt, sEndDt;
String sStartDt, sEndDt;
// TODO : DB table 시각 가져오기, file저장
if(procBeforeDT == null ){