1
zhang
2 天以前 7abaf002f0c831a76c9b4e49db7ee1548940d487
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -2510,7 +2510,7 @@
                    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) {