自动化立体仓库 - WMS系统
ZY
2025-02-07 49e1cab7fb101c81ebdcc74f945c15947802a154
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++;