注销日志打印

This commit is contained in:
walker-sheng 2021-09-18 17:36:44 +08:00
parent 4594fe6784
commit ca6f5e01da

View File

@ -435,7 +435,7 @@ public class CiRouteService {
Switch relSwitch = section.getRelSwitch();
if (section.isOccupied()) {
// 区段逻辑占用且有逻辑区段
log.warn("进路[{}]区段[{}]逐段解锁", route.debugStr(), section.debugStr());
// log.warn("进路[{}]区段[{}]逐段解锁", route.debugStr(), section.debugStr());
if (section.isOccupied() && !CollectionUtils.isEmpty(section.getLogicList())) {
// 逻辑区段占用根据逻辑区段占用位置解锁
List<Section> logicList = section.getLogicList();
@ -491,7 +491,7 @@ public class CiRouteService {
}
section.routeUnlocking(route);
section.overlapUnlocking();
log.warn("进路[{}]区段[{}]全部解锁", route.debugStr(), section.debugStr());
// log.warn("进路[{}]区段[{}]全部解锁", route.debugStr(), section.debugStr());
}
log.debug(section.debugStr() + "因正常解锁解锁");
}