This commit is contained in:
caozehui
2025-04-14 19:12:59 +08:00
parent 1a28d25026
commit 7ac01b0f5e

View File

@@ -776,12 +776,9 @@ public class SocketDevResponseService {
if (successComm.size() == FormalTestManager.monitorIdListComm.size()) { if (successComm.size() == FormalTestManager.monitorIdListComm.size()) {
successComm.clear(); successComm.clear();
failComm.clear(); failComm.clear();
if (CollUtil.isEmpty(dataTypeList)) {
dataTypeList = pqScriptDtlsService.getScriptToIcdCheckInfo(param); dataTypeList = pqScriptDtlsService.getScriptToIcdCheckInfo(param);
} icdTypeList = FormalTestManager.devList.stream().map(PreDetection::getIcdType).distinct().collect(Collectors.toList());
if (CollUtil.isEmpty(icdTypeList)) {
icdTypeList = FormalTestManager.devList.stream().map(PreDetection::getIcdType).distinct().collect(Collectors.toList());
}
socketMsg.setRequestId(SourceOperateCodeEnum.YJC_XYJY.getValue()); socketMsg.setRequestId(SourceOperateCodeEnum.YJC_XYJY.getValue());
socketMsg.setOperateCode(SourceOperateCodeEnum.VERIFY_MAPPING$01.getValue()); socketMsg.setOperateCode(SourceOperateCodeEnum.VERIFY_MAPPING$01.getValue());