自动化立体仓库 - WMS系统
#
野心家
2023-09-05 835bd18ad7f74192f96e83d85c358a7d9aa6b559
src/main/java/com/zy/asrs/task/handler/FireOutHandler.java
@@ -43,7 +43,10 @@
        try {
            List<LocMast> locMasts = locMastService.selectList(new EntityWrapper<LocMast>()
                    .eq("fire_status", 1)
                    .eq("loc_sts", "F"));
                    .andNew()
                    .eq("loc_sts", "F")
                    .or()
                    .eq("loc_sts", "R"));
            Integer ioType = 101;   //出库
            Date now = new Date();
            //优先级99,移库到0102501
@@ -107,6 +110,8 @@
                    if (!locMastService.updateById(locMast)) {
                        throw new CoolException("预约库位状态失败,库位号:"+locMast.getLocNo());
                    }
                }else if(locMast.getLocSts().equals("R")){
                } else {
                    throw new CoolException(locMast.getLocNo() + "库位不是在库状态");
                }