diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml
index 8bf8250f..32852987 100644
--- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml
+++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AutoMlDao.xml
@@ -78,6 +78,7 @@
exclude_feature_preprocessor = #{autoMl.excludeFeaturePreprocessor},
scoring_functions = #{autoMl.scoringFunctions},
metrics = #{autoMl.metrics},
+ metric_name = #{autoMl.metricName},
test_size = #{autoMl.testSize},
@@ -96,9 +97,6 @@
tmp_folder = #{autoMl.tmpFolder},
-
- metric_name = #{autoMl.metricName},
-
greater_is_better = #{autoMl.greaterIsBetter},