From 20dca90ede5aa6752749e6e7ab54d15c353531be Mon Sep 17 00:00:00 2001 From: chenzhihang <709011834@qq.com> Date: Tue, 6 May 2025 16:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java b/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java index 59baff12..bf3d607d 100644 --- a/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java +++ b/ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java @@ -147,7 +147,7 @@ public class ActiveLearnServiceImpl implements ActiveLearnService { activeLearnParamVo.setDataset(JsonUtils.jsonToMap(activeLearn.getDataset())); activeLearnParamVo.setModel(JsonUtils.jsonToMap(activeLearn.getModel())); activeLearnParamVo.setImage(JsonUtils.jsonToMap(activeLearn.getImage())); - activeLearnParamVo.setExperimentInsId(String.valueOf(UUID.randomUUID()).replace("-", "")); + activeLearnParamVo.setExperimentInsId(String.valueOf(UUID.randomUUID()).replace("-", "").substring(0, 24)); String param = JsonUtils.getConvertParam(activeLearnParamVo); // 调argo转换接口