|
|
@@ -188,7 +188,7 @@ public class LabExitLineVertexServiceImpl implements ILabExitLineVertexService {
|
|
|
.filter(b->b.equals(a.getKey()))
|
|
|
.forEach(b->{
|
|
|
//调用坏点计算
|
|
|
- crossPoints(newRelationalData, a.getPointName());
|
|
|
+ crossPoints(oldRelationalData, a.getPointName());
|
|
|
}));
|
|
|
ArrayList <Integer[][]> oldList = flody(oldRelationalData);
|
|
|
//计算楼层各个实验室的逃生线路
|