自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-09-19 be88cb18eeca37171e1dad3ce7d5209700a42d29
src/main/java/com/zy/core/model/protocol/SteProtocol.java
@@ -236,7 +236,7 @@
    // 是否处于报警状态
    public Boolean isAlarm() {
        return this.alarm > 0;
        return this.alarm > 1;
    }
}