From f842886c00c76ab7713edeba8911282546c110c3 Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Mon, 31 Mar 2025 13:53:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/gather/detection/handler/SocketDevResponseService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java b/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java index 00b75ecd..8ec69d35 100644 --- a/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java +++ b/detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java @@ -1013,6 +1013,7 @@ public class SocketDevResponseService { //调用判断方法 Map textResult = detectionServiceImpl.processing(FormalTestManager.realDataXiList, param, FormalTestManager.devIdMapComm, sourceIssue, dataRule); + System.out.println(textResult); //组装实体推送给前台 assWebJson(param, textResult, socketDataMsg, sourceIssue);