| | |
| | | return false; |
| | | } |
| | | if (shuttleProtocol2.getCurrentLocNo().equals(basShuttleCharge.getWaitLocNo())) { |
| | | String locNo = Utils.getLocNo(Utils.getRow(basShuttleCharge.getWaitLocNo()), Utils.getBay(basShuttleCharge.getWaitLocNo()) - 1, Utils.getLev(basShuttleCharge.getWaitLocNo())); |
| | | String locNo = Utils.getLocNo(Utils.getRow(basShuttleCharge.getWaitLocNo()) + 1, Utils.getBay(basShuttleCharge.getWaitLocNo()), Utils.getLev(basShuttleCharge.getWaitLocNo())); |
| | | basShuttleCharge.setWaitLocNo(locNo); |
| | | } |
| | | } catch (Exception e) { |