This commit is contained in:
ls
2025-12-01 18:16:28 +08:00
parent 5a643045f0
commit 9a44d4361f

View File

@@ -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 {