注销日志打印
This commit is contained in:
parent
4594fe6784
commit
ca6f5e01da
@ -435,7 +435,7 @@ public class CiRouteService {
|
|||||||
Switch relSwitch = section.getRelSwitch();
|
Switch relSwitch = section.getRelSwitch();
|
||||||
if (section.isOccupied()) {
|
if (section.isOccupied()) {
|
||||||
// 区段逻辑占用,且有逻辑区段
|
// 区段逻辑占用,且有逻辑区段
|
||||||
log.warn("进路[{}]区段[{}]逐段解锁", route.debugStr(), section.debugStr());
|
// log.warn("进路[{}]区段[{}]逐段解锁", route.debugStr(), section.debugStr());
|
||||||
if (section.isOccupied() && !CollectionUtils.isEmpty(section.getLogicList())) {
|
if (section.isOccupied() && !CollectionUtils.isEmpty(section.getLogicList())) {
|
||||||
// 逻辑区段占用,根据逻辑区段占用位置解锁
|
// 逻辑区段占用,根据逻辑区段占用位置解锁
|
||||||
List<Section> logicList = section.getLogicList();
|
List<Section> logicList = section.getLogicList();
|
||||||
@ -491,7 +491,7 @@ public class CiRouteService {
|
|||||||
}
|
}
|
||||||
section.routeUnlocking(route);
|
section.routeUnlocking(route);
|
||||||
section.overlapUnlocking();
|
section.overlapUnlocking();
|
||||||
log.warn("进路[{}]区段[{}]全部解锁", route.debugStr(), section.debugStr());
|
// log.warn("进路[{}]区段[{}]全部解锁", route.debugStr(), section.debugStr());
|
||||||
}
|
}
|
||||||
log.debug(section.debugStr() + "因正常解锁解锁");
|
log.debug(section.debugStr() + "因正常解锁解锁");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user