微调
This commit is contained in:
@@ -776,12 +776,9 @@ public class SocketDevResponseService {
|
||||
if (successComm.size() == FormalTestManager.monitorIdListComm.size()) {
|
||||
successComm.clear();
|
||||
failComm.clear();
|
||||
if (CollUtil.isEmpty(dataTypeList)) {
|
||||
|
||||
dataTypeList = pqScriptDtlsService.getScriptToIcdCheckInfo(param);
|
||||
}
|
||||
if (CollUtil.isEmpty(icdTypeList)) {
|
||||
icdTypeList = FormalTestManager.devList.stream().map(PreDetection::getIcdType).distinct().collect(Collectors.toList());
|
||||
}
|
||||
|
||||
socketMsg.setRequestId(SourceOperateCodeEnum.YJC_XYJY.getValue());
|
||||
socketMsg.setOperateCode(SourceOperateCodeEnum.VERIFY_MAPPING$01.getValue());
|
||||
|
||||
Reference in New Issue
Block a user