zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/impl/SurayShuttleThread.java
@@ -549,7 +549,7 @@ if (shuttleService == null) { return false; } BasShuttle basShuttle = shuttleService.getById(this.device.getDeviceNo()); BasShuttle basShuttle = shuttleService.getOne(new LambdaQueryWrapper<BasShuttle>().eq(BasShuttle::getDeviceId, this.device.getId())); if (basShuttle == null) { return false; }