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