|
|
@@ -236,7 +236,7 @@ public class LabExitLineVertexServiceImpl implements ILabExitLineVertexService {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
- //todo 计算坏点(目前只有发生预案的实验室需要标记为坏点),需要把非坏点关联坏点点位全部改成无限大
|
|
|
+ //todo 计算交通点,把所有关闭的逃生口,全部标记为通道
|
|
|
public void crossPoints(List <LabExitLineJoinPointVO> newRelationalData, String badPointName) {
|
|
|
//这里计算预案发生的实验室坏点
|
|
|
Optional.ofNullable(newRelationalData).orElseGet(Collections::emptyList)
|