| | |
| | | private Boolean hasCar; |
| | | |
| | | /** |
| | | * 故障 |
| | | */ |
| | | private Boolean error; |
| | | |
| | | /** |
| | | * 故障码 |
| | | */ |
| | | private String errorCode; |
| | |
| | | /** |
| | | * 作业标记 |
| | | */ |
| | | private Boolean pakMk = false; |
| | | private Boolean pakMk = true; |
| | | |
| | | /** |
| | | * 指令下发时间 |
| | |
| | | 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(); |