From 4fd813f476da3c200d2494fd16cc81fd9ee60fd2 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Wed, 24 Jun 2026 14:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E6=BA=90-=E5=85=B3=E6=BA=90?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gather/detection/service/impl/PreDetectionServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/detection/src/main/java/com/njcn/gather/detection/service/impl/PreDetectionServiceImpl.java b/detection/src/main/java/com/njcn/gather/detection/service/impl/PreDetectionServiceImpl.java index 62455757..10c02d9a 100644 --- a/detection/src/main/java/com/njcn/gather/detection/service/impl/PreDetectionServiceImpl.java +++ b/detection/src/main/java/com/njcn/gather/detection/service/impl/PreDetectionServiceImpl.java @@ -334,6 +334,7 @@ public class PreDetectionServiceImpl implements PreDetectionService { SourceInitialize sourceParam = pqSourceService.getSourceInitializeParam(param.getSourceId()); PreDetectionParam preDetectionParam = new PreDetectionParam(); preDetectionParam.setSourceId(sourceParam.getSourceId()); + preDetectionParam.setSourceName(sourceParam.getSourceId()); preDetectionParam.setUserPageId(param.getUserPageId()); CnSocketUtil.quitSendSource(preDetectionParam); WebServiceManager.removePreDetectionParam();