#
Junjie
2023-10-14 ae0d613e60b2308d23b2760d514d0ff3356bfa48
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) {