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