自动化立体仓库 - WMS系统
1
zhangc
2025-03-30 396dfb3eba1725868ab2e01d7c1af5e64bf108d3
src/main/java/com/zy/common/model/OutLocDto.java
@@ -57,7 +57,7 @@
                    continue;
                }
                if (next.getCount() > locDetl.getAnfme()) {
                    throw new CoolException("服务器内部错误");
                    throw new CoolException("数量超过库存数量");
                }
                if (next.getCount().equals(locDetl.getAnfme())) {
                    sameNumber++;