From 519ae5fe0eeef687ec5926c7eab777c387cbe498 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期四, 28 十一月 2024 21:05:09 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/task/StaEscalationScheduler.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/task/StaEscalationScheduler.java b/src/main/java/com/zy/asrs/task/StaEscalationScheduler.java
index f9f4c0b..b305170 100644
--- a/src/main/java/com/zy/asrs/task/StaEscalationScheduler.java
+++ b/src/main/java/com/zy/asrs/task/StaEscalationScheduler.java
@@ -1,7 +1,9 @@
package com.zy.asrs.task;
+import com.zy.asrs.domain.enums.LedErrorAreaType;
import com.zy.asrs.task.core.ReturnT;
import com.zy.asrs.task.handler.StaEscalationHandler;
+import com.zy.asrs.utils.LedErrorThreadUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
@@ -28,6 +30,7 @@
break;
}
}catch (Exception e){
+ LedErrorThreadUtil.ledErrorThread("2妤肩炕杞�掓枡涓婃姤erp澶辫触!绔欑偣鍙凤細"+staNo,4, LedErrorAreaType.ONE_OTHER.getDesc());
log.error("绔欑偣"+staNo+"2妤肩炕杞�掓枡淇℃伅涓婁紶澶勭悊澶辫触锛屽紓甯镐俊鎭細"+e);
}
}
--
Gitblit v1.9.1