src/main/java/com/zy/asrs/task/FireOutScheduler.java
@@ -21,7 +21,7 @@ */ @Scheduled(cron = "0/3 * * * * ? ") private void execute() { if (confirmDeep) return; if (!confirmDeep) return; ReturnT<String> result = fireOutHandler.start(); if (!result.isSuccess()) {