#
Junjie
2023-09-09 d3cc456ffe53a2423c80377d4d96b79459405e29
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) {