|
@@ -172,8 +172,8 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
} catch (Exception e) {
|
|
|
log.error(stationCode + "生成短期异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成短期异常";
|
|
|
- String name = "生成短期异常";
|
|
|
+ String errorInfo = stationCode+"生成短期预测上报文件异常";
|
|
|
+ String name = "生成短期文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|
|
|
sysAlarmService.saveSysAlarm(AlarmTypeEnum.E1, name, describe, errorInfo, solution,electricFieldInfo.getStationCode());
|
|
@@ -251,8 +251,8 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
} catch (Exception e) {
|
|
|
log.error(stationCode + "生成可用短期异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成可用短期异常";
|
|
|
- String name = "生成可用短期异常";
|
|
|
+ String errorInfo = stationCode+"生成可用短期预测上报文件异常";
|
|
|
+ String name = "生成可用短期文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|
|
|
sysAlarmService.saveSysAlarm(AlarmTypeEnum.E1, name, describe, errorInfo, solution,electricFieldInfo.getStationCode());
|
|
@@ -337,8 +337,8 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
} catch (Exception e) {
|
|
|
log.error(stationCode + "生成超短期异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成超短期异常";
|
|
|
- String name = "生成超短期异常";
|
|
|
+ String errorInfo = stationCode+"生成超短期预测上报文件异常";
|
|
|
+ String name = "生成超短期文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|
|
|
sysAlarmService.saveSysAlarm(AlarmTypeEnum.E1, name, describe, errorInfo, solution,electricFieldInfo.getStationCode());
|
|
@@ -425,8 +425,8 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
} catch (Exception e) {
|
|
|
log.error(stationCode + "生成可用超短期异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成可用超短期异常";
|
|
|
- String name = "生成可用超短期异常";
|
|
|
+ String errorInfo = stationCode+"生成可用超短期预测上报文件异常";
|
|
|
+ String name = "生成可用超短期文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|
|
|
sysAlarmService.saveSysAlarm(AlarmTypeEnum.E1, name, describe, errorInfo, solution,electricFieldInfo.getStationCode());
|
|
@@ -476,7 +476,7 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
} catch (Exception e) {
|
|
|
log.error(stationCode + "生成气象站或者测风塔文件异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成气象站或者测风塔文件异常";
|
|
|
+ String errorInfo = stationCode+"生成气象站或者测风塔文件异常";
|
|
|
String name = "生成气象站或者测风塔文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|
|
@@ -926,7 +926,7 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
} catch (Exception e) {
|
|
|
log.error(stationCode + "生成逆变器或风机文件异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成逆变器或风机文件异常";
|
|
|
+ String errorInfo = stationCode+"生成逆变器或风机文件异常";
|
|
|
String name = "生成逆变器或风机文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|
|
@@ -1357,9 +1357,9 @@ public class E63UploadFileService extends BaseUploadFileService {
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- log.error(stationCode + "生成文件异常", e);
|
|
|
+ log.error(stationCode + "生成理论功率文件异常", e);
|
|
|
// 进行告警
|
|
|
- String errorInfo = "生成理论功率文件异常";
|
|
|
+ String errorInfo = stationCode+"生成理论功率上报文件异常";
|
|
|
String name = "生成理论功率文件异常";
|
|
|
String describe = "";
|
|
|
String solution = "";
|