From 3e622538068cd4d0b1082a37aa6bed49e9e0e0e8 Mon Sep 17 00:00:00 2001 From: "review512jwy@163.com" <“review512jwy@163.com”> Date: Fri, 12 Dec 2025 09:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4dashboard=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/DataProcessServiceImpl.java | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/techsor/datacenter/sender/service/impl/DataProcessServiceImpl.java b/src/main/java/com/techsor/datacenter/sender/service/impl/DataProcessServiceImpl.java index 7afc119..fb08ab1 100644 --- a/src/main/java/com/techsor/datacenter/sender/service/impl/DataProcessServiceImpl.java +++ b/src/main/java/com/techsor/datacenter/sender/service/impl/DataProcessServiceImpl.java @@ -622,17 +622,17 @@ public class DataProcessServiceImpl implements IDataProcessService { } baseTransDataEntity.setHashId(UUID.randomUUID()); - try { - handleDashboardAlert(baseTransDataEntity); - } catch (Exception e) { - log.error("dashboard alert error", e); - } - - try { - minuteLevelStorage(baseTransDataEntity); - } catch (Exception e) { - log.error("minuteLevelStorage error", e); - } +// try { +// handleDashboardAlert(baseTransDataEntity); +// } catch (Exception e) { +// log.error("dashboard alert error", e); +// } +// +// try { +// minuteLevelStorage(baseTransDataEntity); +// } catch (Exception e) { +// log.error("minuteLevelStorage error", e); +// } // try { // if ("alert".equals(baseTransDataEntity.getStatus())) {