zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/kernel/command/LiftCommandService.java
@@ -196,10 +196,6 @@ return false; } // if (!liftProtocol.getLineFrontHasStock() || !liftProtocol.getLineEndHasStock()) { // return false; // } if (!liftProtocol.getLev().equals(Integer.valueOf(motion.getTarget()))) { return false; } @@ -230,6 +226,10 @@ return false; } if (!liftProtocol.getHasTray()) { return false; } if (!liftProtocol.getLev().equals(Integer.valueOf(motion.getTarget()))) { return false; }