工况库绑定

This commit is contained in:
2025-12-11 10:24:20 +08:00
parent f17e9fe1af
commit 38e7fad7be
7 changed files with 130 additions and 4 deletions

View File

@@ -2387,7 +2387,7 @@ public class MinioFileIDataFileServiceImpl implements IDataFileService {
poolInfo.setTaskBaseInfoList(taskList);
if(CollectionUtils.isNotEmpty(taskList)) {
poolInfo.setSimulationPoolName(taskList.get(0).getPoolName());
poolInfo.setSimulationPoolVersion(taskList.get(0).getPoolName());
poolInfo.setSimulationPoolVersion(taskList.get(0).getVersion());
}
poolInfos.add(poolInfo);