自动化立体仓库 - WMS系统
1
zhangc
2025-02-07 aa2d520a06c371e76ef26c78d426a01fca76a2fc
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++;