zjj
2025-02-17 eb7e9175ed9be2dfd41b798ee776901da26452f0
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/model/protocol/LiftProtocol.java
@@ -218,7 +218,6 @@
        BasLiftErrService basLiftErrService = SpringUtils.getBean(BasLiftErrService.class);
        BasLiftErr liftErr = basLiftErrService.getOne(new LambdaQueryWrapper<BasLiftErr>()
                .eq(BasLiftErr::getErrorCode, this.errorCode)
                .eq(BasLiftErr::getHostId, this.device.getHostId())
                .eq(BasLiftErr::getDevicePlc, this.device.getDevicePlc()));
        if (liftErr != null) {
            return this.errorCode + "-" + liftErr.getErrName();