| | |
| | | Iterator<String> iterator = crn2DemoLocs.iterator(); |
| | | while (iterator.hasNext()) { |
| | | String next = iterator.next(); |
| | | if (!Cools.isEmpty(this.hasCar(next))) { continue; } |
| | | String lastLoc = crn2LastLoc; |
| | | if (!Cools.isEmpty(lastLoc)) { |
| | | if (!lastLoc.substring(2, 7).equals(next.substring(2, 7)) |
| | |
| | | } |
| | | steCommand.setTaskMode(originByLoc); |
| | | |
| | | steCommand.setRow(Utils.getGroupRow(steProtocol.getRow().intValue()).shortValue()); |
| | | steCommand.setRow(Utils.getGroupRow(steProtocol.getRow().intValue(), false).shortValue()); |
| | | steCommand.setBay(steProtocol.getBay()); |
| | | steCommand.setLev(steProtocol.getLev()); |
| | | |