diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ActiveLearnDaoMapper.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ActiveLearnDaoMapper.xml
index b1e588e1..d96af0e4 100644
--- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ActiveLearnDaoMapper.xml
+++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ActiveLearnDaoMapper.xml
@@ -133,7 +133,9 @@
state = #{activeLearn.state},
- status_list = #{activeLearn.statusList},
+
+ status_list = #{activeLearn.statusList},
+
where id = #{activeLearn.id}
diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentDaoMapper.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentDaoMapper.xml
index 011dcf08..d95afe7d 100644
--- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentDaoMapper.xml
+++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentDaoMapper.xml
@@ -221,7 +221,9 @@
state = #{state},
- status_list = #{statusList},
+
+ status_list = #{statusList},
+
where id = #{id}
diff --git a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/MachineLearnDaoMapper.xml b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/MachineLearnDaoMapper.xml
index 81007e0f..d4920405 100644
--- a/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/MachineLearnDaoMapper.xml
+++ b/ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/MachineLearnDaoMapper.xml
@@ -40,7 +40,9 @@
update_by = #{machineLearn.updateBy},
- status_list = #{machineLearn.statusList},
+
+ status_list = #{machineLearn.statusList},
+
where id = #{machineLearn.id}
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 e18364a1..d804630c 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
@@ -70,7 +70,9 @@
state = #{ray.state},
- status_list = #{ray.statusList},
+
+ status_list = #{ray.statusList},
+
model = #{ray.model},
scheduler = #{ray.scheduler},
search_alg = #{ray.searchAlg},