src/main/java/com/zy/common/web/WcsController.java
@@ -115,6 +115,8 @@ 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 { return R.error("条码规则不存在:"+param.getBarcode()); }