update
This commit is contained in:
@@ -82,7 +82,7 @@ public class ExperimentDeviationConditionController
|
|||||||
ExperimentDeviationCondition cloned = ObjectUtils.clone(experimentDeviationCondition);
|
ExperimentDeviationCondition cloned = ObjectUtils.clone(experimentDeviationCondition);
|
||||||
if (ObjectUtils.isNotEmpty(cloned)) {
|
if (ObjectUtils.isNotEmpty(cloned)) {
|
||||||
cloned.setSampleId(id);
|
cloned.setSampleId(id);
|
||||||
experimentDeviationConditionService.save(experimentDeviationCondition);
|
experimentDeviationConditionService.save(cloned);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user