修改仿真查询bug
This commit is contained in:
parent
910aeab327
commit
4eac911a36
@ -68,7 +68,7 @@ public class GroupSimulationCache {
|
||||
// Objects.requireNonNull(group);
|
||||
// return groupSimulationMap.get(group);
|
||||
|
||||
return (Simulation) simulationManager.getById(group);
|
||||
return (Simulation) simulationManager.queryById(group);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user