asdf
parent
f169747946
commit
98a7f9d646
|
@ -0,0 +1,4 @@
|
||||||
|
target
|
||||||
|
log
|
||||||
|
.vscode
|
||||||
|
application.pid
|
|
@ -136,7 +136,7 @@ public class AeraSchduler implements ApplicationListener<ContextClosedEvent> {
|
||||||
private String searchElastic(){
|
private String searchElastic(){
|
||||||
|
|
||||||
String sIndex = "3";
|
String sIndex = "3";
|
||||||
String sStartDt, sEndDt;
|
String sStartDt, sEndDt;
|
||||||
|
|
||||||
// TODO : DB table 시각 가져오기, file저장
|
// TODO : DB table 시각 가져오기, file저장
|
||||||
if(procBeforeDT == null ){
|
if(procBeforeDT == null ){
|
||||||
|
|
Loading…
Reference in New Issue