删除到道岔转动操作接口阻塞

This commit is contained in:
joylink_zhangsai 2023-11-01 15:07:25 +08:00
parent 3855c3ab64
commit 48803daf24
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class SwitchOperateHandler {
String.format("联锁操作被取消,道岔%s被锁定", aSwitch.getName()));
SwitchIndication pos = this.ciApiService.turn(simulation, switchCode);
waitResult(simulation, aSwitch, pos);
// waitResult(simulation, aSwitch, pos);
}
/**