This commit is contained in:
杨海航
2025-03-24 16:43:22 +08:00
parent df543751a0
commit a8e92bc57f

View File

@@ -230,25 +230,6 @@ public class InspectRecordServiceImpl implements InspectRecordService {
return data;
}
public TestRecordSampleDataVO processingPrintData(TestRecordSampleDataVO vo, String materialType, String compoundName, Map<String, List<TestRecordSampleDataExpand>> dataExpandMap) {
String type = vo.getSampleType();
switch (type) {
case "QC":
break;
case "STD":
break;
case "Analyte":
default:
break;
}
return vo;
}
/**
* 根据委托信息和样本类型生成生物样本检验记录文件。
*