自动化立体仓库 - WCS系统
#
Junjie
2023-08-30 cdca466c533197157f3255b77fbdb4aac89be064
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) {