微调
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user