修改仿真查询bug

This commit is contained in:
thesai 2021-05-21 17:53:42 +08:00
parent 910aeab327
commit 4eac911a36

View File

@ -68,7 +68,7 @@ public class GroupSimulationCache {
// Objects.requireNonNull(group);
// return groupSimulationMap.get(group);
return (Simulation) simulationManager.getById(group);
return (Simulation) simulationManager.queryById(group);
}
/**