zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/kernel/AnalyzeService.java
@@ -1010,8 +1010,8 @@ } else { //小车跨层 //获取距离目标位置最近的空闲提升机 LiftThread liftThread = liftDispatcher.searchIdleLift(locNo, task.getHostId()); //获取距离目标位置最近的空闲可换层提升机 LiftThread liftThread = liftDispatcher.searchIdleLift(locNo, task.getHostId(), true); if (liftThread == null) { return motionList; }