程控源-关源指令调整

This commit is contained in:
caozehui
2026-06-24 14:39:04 +08:00
parent 9dfb42f917
commit 4fd813f476

View File

@@ -334,6 +334,7 @@ public class PreDetectionServiceImpl implements PreDetectionService {
SourceInitialize sourceParam = pqSourceService.getSourceInitializeParam(param.getSourceId()); SourceInitialize sourceParam = pqSourceService.getSourceInitializeParam(param.getSourceId());
PreDetectionParam preDetectionParam = new PreDetectionParam(); PreDetectionParam preDetectionParam = new PreDetectionParam();
preDetectionParam.setSourceId(sourceParam.getSourceId()); preDetectionParam.setSourceId(sourceParam.getSourceId());
preDetectionParam.setSourceName(sourceParam.getSourceId());
preDetectionParam.setUserPageId(param.getUserPageId()); preDetectionParam.setUserPageId(param.getUserPageId());
CnSocketUtil.quitSendSource(preDetectionParam); CnSocketUtil.quitSendSource(preDetectionParam);
WebServiceManager.removePreDetectionParam(); WebServiceManager.removePreDetectionParam();