自动化立体仓库 - WMS系统
lsh
2024-08-09 35ea66f025deeff46d9101a256151a8236a6aa24
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -1325,7 +1325,8 @@
            StockOutParam stockOutParam = new StockOutParam(param,locDetlArraySou);
            workService.startupFullTakeStore(stockOutParam, userId);
        } catch (Exception e){
            throw new CoolException("生成出库任务失败:出库数量:"+locDetlArraySou.size());
//            throw new CoolException("生成出库任务失败:出库数量:"+locDetlArraySou.size());
            throw new CoolException("生成出库任务失败:"+e.getMessage());
        }
    }