Compare commits

...

2 Commits

Author SHA1 Message Date
ls
9a44d4361f update 2025-12-01 18:16:28 +08:00
ls
5a643045f0 update 2025-12-01 17:44:01 +08:00
2431 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -14,5 +14,6 @@ os_del_doc.cmd
.svn .svn
derby.log derby.log
/scripts/downloaded_files/ /scripts/downloaded_files/
/scripts/downloaded_files_old/
.DS_Store .DS_Store
/__pycache__/ /__pycache__/

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 {

Some files were not shown because too many files have changed in this diff Show More