update 苏州市平台

This commit is contained in:
Lemon
2024-09-28 10:17:14 +08:00
parent 18d5aa02b4
commit 949eb10b60
4 changed files with 10 additions and 8 deletions

View File

@@ -342,7 +342,7 @@ public class UploadRealTimeMonitorHandler extends AbstractYkcHandler {
// 异步推送第三方平台告警信息
CompletableFuture.runAsync(() -> {
try {
commonService.commonPushAlarmInfo(pileConnectorCode, connectorStatus);
commonService.commonPushAlarmInfo(pileConnectorCode, connectorStatus, realTimeMonitorData.getPutGunType());
} catch (Exception e) {
log.error("统一推送第三方平台告警信息 error, ", e);
}