From 4eb1c930619dd15e522b6207ef0cab9fc25daf3f Mon Sep 17 00:00:00 2001 From: huangfeng Date: Thu, 15 Aug 2024 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0i1=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E6=9C=80=E5=90=8E=E9=80=9A=E4=BF=A1=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/shxy/xymanager_common/util/RawReportUtil.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xymanager_common/src/main/java/com/shxy/xymanager_common/util/RawReportUtil.java b/xymanager_common/src/main/java/com/shxy/xymanager_common/util/RawReportUtil.java index 5794731..333293e 100644 --- a/xymanager_common/src/main/java/com/shxy/xymanager_common/util/RawReportUtil.java +++ b/xymanager_common/src/main/java/com/shxy/xymanager_common/util/RawReportUtil.java @@ -39,6 +39,8 @@ public class RawReportUtil { map.put("i1RebootTimes", str.replaceFirst("i1重启:", "")); } else if (str.startsWith("收:")) { map.put("recv", str.replaceFirst("收:", "")); + } else if (str.startsWith("i1服务器最后通信时间:")) { + map.put("recv", str.replaceFirst("i1服务器最后通信时间:", "")); } else if (str.startsWith("拍:")) { map.put("photoTimes", str.replaceFirst("拍:", "")); } else if (str.startsWith("成:")) {