update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 根据委托信息和样本类型生成生物样本检验记录文件。
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user