方法变更bug修复

This commit is contained in:
2026-02-09 11:47:50 +08:00
parent 24a5b4b231
commit 044053bc33

View File

@@ -411,9 +411,11 @@ public class SampleTaskAssignServiceImpl implements SampleTaskAssignService {
switch (changeAssayType) {//根据前端传入的分析类型,修改子样分析方法中的分析任务数
case QmsCommonConstant.ASSAY_TYPE_SINGLE_PARALLEL: {
configSubSampleMethod.setTaskCount(2);//平行
break;
}
default:
configSubSampleMethod.setTaskCount(1);//单杯
break;
}