方法变更bug修复
This commit is contained in:
@@ -411,9 +411,11 @@ public class SampleTaskAssignServiceImpl implements SampleTaskAssignService {
|
|||||||
switch (changeAssayType) {//根据前端传入的分析类型,修改子样分析方法中的分析任务数
|
switch (changeAssayType) {//根据前端传入的分析类型,修改子样分析方法中的分析任务数
|
||||||
case QmsCommonConstant.ASSAY_TYPE_SINGLE_PARALLEL: {
|
case QmsCommonConstant.ASSAY_TYPE_SINGLE_PARALLEL: {
|
||||||
configSubSampleMethod.setTaskCount(2);//平行
|
configSubSampleMethod.setTaskCount(2);//平行
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
configSubSampleMethod.setTaskCount(1);//单杯
|
configSubSampleMethod.setTaskCount(1);//单杯
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user