diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/RayDaoMapper.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/RayDaoMapper.xml
index bd0e2c77..035cbf4e 100644
--- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/RayDaoMapper.xml
+++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/RayDaoMapper.xml
@@ -25,9 +25,6 @@
dataset = #{ray.dataset},
-
- model = #{ray.model},
-
code_config = #{ray.codeConfig},
@@ -49,12 +46,6 @@
storage_path = #{ray.storagePath},
-
- search_alg = #{ray.searchAlg},
-
-
- scheduler = #{ray.scheduler},
-
metric = #{ray.metric},
@@ -82,6 +73,9 @@
state = #{ray.state},
+ model = #{ray.model},
+ scheduler = #{ray.scheduler},
+ search_alg = #{ray.searchAlg},
where id = #{ray.id}