src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -151,6 +151,12 @@ // 判断重复工作档 WrkMast wrkMast = wrkMastMapper.selectPakInStep1(inSta.getStaNo(), barcode); WrkMast wrkMast1 = wrkMastMapper.selectPakInStepBarcode(barcode); if (wrkMast1 !=null){ if (wrkMast1.getIoType()==103 || wrkMast1.getIoType()==107 || wrkMast1.getIoType()==104){ continue; } } if (wrkMast != null) { log.error("工作档中已存在该站状态为( 2.设备上走 )的数据,工作号={}", wrkMast.getWrkNo()); continue;