From 879c2e5802fccd6c120b7817e17c1c7006767597 Mon Sep 17 00:00:00 2001
From: chenzhihang <709011834@qq.com>
Date: Thu, 22 May 2025 16:58:02 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0ray?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/managementPlatform/RayDaoMapper.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
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}