自动化立体仓库 - WMS系统
#
zyx
2024-03-06 ce76deb5e43603203df80ed4d02ab3feac8b6731
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1213,7 +1213,7 @@
            throw new CoolException("系统未检测到该包物料信息,请重新录入");
        }
        if(!pla.getStatus().equals(GlobleParameter.PLA_STATUS_0)){
        if(!pla.getStatus().equals(GlobleParameter.PLA_STATUS_0) && !pla.getStatus().equals(GlobleParameter.PLA_STATUS_00)){
            throw new CoolException("该物料状态不为待入库,无法入库");
        }