Junjie
2023-08-02 e4a672a1ff1d8d881fe3071edb69080c2edaa96c
src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
@@ -184,7 +184,7 @@
    public void setBusyStatus(Short status) {
        this.busyStatus = status;
        this.busyStatusType = ShuttleStatusType.get(status);
        this.busyStatusType = ShuttleStatusType.get(status.intValue());
    }
    public void setBusyStatus(ShuttleStatusType type) {