|
@@ -24,13 +24,13 @@ public class RemoteIotFactory implements FallbackFactory<RemoteIotService>
|
|
|
return new RemoteIotService()
|
|
|
{
|
|
|
@Override
|
|
|
- public void executeTimedSending() {
|
|
|
+ public void executeTimedSendingOld() {
|
|
|
log.error("工作报告定时发送异常:{}", throwable.getMessage());
|
|
|
throw new FeignBadRequestException(500,"工作报告定时发送异常"+throwable.getMessage());
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public void reportSubmissionReminder() {
|
|
|
+ public void reportSubmissionReminderOld() {
|
|
|
log.error("工作报告提交提醒发送异常:{}", throwable.getMessage());
|
|
|
throw new FeignBadRequestException(500,"工作报告提交提醒发送异常"+throwable.getMessage());
|
|
|
}
|