rsf-server/src/main/java/com/vincent/rsf/server/manager/schedules/TaskSchedules.java
@@ -240,7 +240,7 @@ /** * 非光电站点任务下发 */ @Scheduled(cron = "0/5 * * * * ? ") @Scheduled(cron = "0/25 * * * * ? ") @Transactional(rollbackFor = Exception.class) public void pubTaskToWcs() { Long loginUserId = SystemAuthUtils.getLoginUserId(); @@ -512,7 +512,8 @@ } }); } else { throw new CoolException("任务下发失败!!"); log.error(JSONObject.toJSONString(result)); // throw new CoolException("任务下发失败!!"); } } catch (JsonProcessingException e) { throw new CoolException(e.getMessage());