|
|
|
@ -64,7 +64,7 @@ public class HandleTransInit implements ApplicationRunner {
|
|
|
|
|
}
|
|
|
|
|
while (true) {
|
|
|
|
|
try {
|
|
|
|
|
Thread.sleep(60000l);
|
|
|
|
|
Thread.sleep(10000l);
|
|
|
|
|
} catch (InterruptedException e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
}
|
|
|
|
@ -91,6 +91,7 @@ public class HandleTransInit implements ApplicationRunner {
|
|
|
|
|
oqcApiErrorLogService.save(oqcApiErrorLog);
|
|
|
|
|
log.error("-----------------出错了------------------");
|
|
|
|
|
log.error(e.getMessage());
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|