自动化立体仓库 - WCS系统
#
zjj
2024-11-04 f2642ea8e465ca0a7e497f1a42120679fe6122f2
src/main/java/com/zy/asrs/domain/enums/CrnStatusType.java
@@ -38,9 +38,9 @@
    public static CrnStatusType process(Integer ioType){
        if (ioType>100) {
            return MACHINE_PAKIN;
        } else if (ioType < 100 && ioType!=3 && ioType!=6 && ioType!=11) {
            return MACHINE_PAKOUT;
        } else if (ioType < 100 && ioType!=3 && ioType!=6 && ioType!=11) {
            return MACHINE_PAKIN;
        } else if (ioType == 3) {
            return MACHINE_SITE_MOVE;
        } else if (ioType == 11) {