Merge branch 'main' of http://carsafe.uicp.cn/toolchaintechnologycenter/spdm-backend
This commit is contained in:
@@ -1010,7 +1010,7 @@ public class TaskServiceImpl implements ITaskService {
|
||||
jsonObject.put("data", new ArrayList<>());
|
||||
return SdmResponse.success(jsonObject);
|
||||
}
|
||||
List<String> runIdList = performanceList.stream().filter(performance -> StringUtils.isNotBlank(performance.getRunId())).map(PerformanceNodePo::getUuid).toList();
|
||||
List<String> runIdList = performanceList.stream().filter(performance -> StringUtils.isNotBlank(performance.getRunId())).map(PerformanceNodePo::getRunId).toList();
|
||||
Map<String, SimulationRun> runMap = Map.of();
|
||||
if (CollectionUtils.isNotEmpty(runIdList)){
|
||||
List<SimulationRun> runList = simulationRunService.lambdaQuery().in(SimulationRun::getUuid, runIdList).list();
|
||||
|
||||
Reference in New Issue
Block a user