|
@@ -98,7 +98,6 @@ public class MiniProgramSubTask {
|
|
pendingDatum.setErrorMessage(ExceptionUtils.getStackTrace(e));
|
|
pendingDatum.setErrorMessage(ExceptionUtils.getStackTrace(e));
|
|
pendingDatum.setRetryCount(pendingDatum.getRetryCount() +1);
|
|
pendingDatum.setRetryCount(pendingDatum.getRetryCount() +1);
|
|
log.error("小程序订阅通知定时任务异常: {}", ExceptionUtils.getStackTrace(e));
|
|
log.error("小程序订阅通知定时任务异常: {}", ExceptionUtils.getStackTrace(e));
|
|
- throw e;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|