自动化立体仓库 - WMS系统
#1
dubin
2025-11-04 57e7846403cd3c72cc70e17e205c4e0d8b3aa404
src/main/java/com/zy/common/web/WcsController.java
@@ -118,7 +118,7 @@
        }else if (param.getBarcode().startsWith("8")){
            locTypeDto.setLocType2((short) 8);
        }else {
            throw new CoolException("条码规则不存在");
            throw new CoolException("条码规则不存在:"+param.getBarcode());
        }
        StartupDto dto = null;