去掉<进路关联屏蔽门开门时关闭始端信号机>的逻辑

This commit is contained in:
joylink_zhangsai 2021-01-19 14:34:17 +08:00
parent a60106dedc
commit d6a5120ccb

View File

@ -875,17 +875,17 @@ public class RouteService {
log.debug(String.format("联锁网络检查失败:[%s]", checkFailMessage.toJson()));
return level;
}
// 屏蔽门
if (!CollectionUtils.isEmpty(route.getPsdList())) {
for (PSD psd : route.getPsdList()) {
if (!psd.isCloseAndLock()) {
log.debug(String.format("联锁网络检查失败:站台[%s(%s)]屏蔽门[%s(%s)]未关闭",
psd.getStand().getName(), psd.getStand().getCode(),
psd.getName(), psd.getCode()));
return level;
}
}
}
// // 屏蔽门
// if (!CollectionUtils.isEmpty(route.getPsdList())) {
// for (PSD psd : route.getPsdList()) {
// if (!psd.isCloseAndLock()) {
// log.debug(String.format("联锁网络检查失败:站台[%s(%s)]屏蔽门[%s(%s)]未关闭",
// psd.getStand().getName(), psd.getStand().getCode(),
// psd.getName(), psd.getCode()));
// return level;
// }
// }
// }
// 站台扣车
if (!CollectionUtils.isEmpty(route.getStandHoldList())) {
for (Stand stand : route.getStandHoldList()) {