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