master
周文涛 2 years ago
parent 5d500c90d8
commit 04cc2a204d

@ -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();
}
}
}

Loading…
Cancel
Save