Browse Source

优化

pull/225/head
chenzhihang 9 months ago
parent
commit
f5b9ee0266
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/service/impl/ActiveLearnServiceImpl.java View File

@@ -147,7 +147,7 @@ public class ActiveLearnServiceImpl implements ActiveLearnService {
activeLearnParamVo.setDataset(JsonUtils.jsonToMap(activeLearn.getDataset())); activeLearnParamVo.setDataset(JsonUtils.jsonToMap(activeLearn.getDataset()));
activeLearnParamVo.setModel(JsonUtils.jsonToMap(activeLearn.getModel())); activeLearnParamVo.setModel(JsonUtils.jsonToMap(activeLearn.getModel()));
activeLearnParamVo.setImage(JsonUtils.jsonToMap(activeLearn.getImage())); activeLearnParamVo.setImage(JsonUtils.jsonToMap(activeLearn.getImage()));
activeLearnParamVo.setExperimentInsId(String.valueOf(UUID.randomUUID()));
activeLearnParamVo.setExperimentInsId(String.valueOf(UUID.randomUUID()).replace("-", ""));
String param = JsonUtils.getConvertParam(activeLearnParamVo); String param = JsonUtils.getConvertParam(activeLearnParamVo);


// 调argo转换接口 // 调argo转换接口


Loading…
Cancel
Save