src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1177,7 +1177,7 @@ if (wrkMast == null) { throw new CoolException("工作档不存在:" + param.getBarcode()); } if (wrkMast.getIoType() != 101 || wrkMast.getWrkSts() != 20) { if (wrkMast.getWrkSts() != 20) { throw new CoolException(wrkMast.getWrkNo() + ",工作档类型:" + wrkMast.getIoType() + "工作状态:" + wrkMast.getWrkSts() + ",不匹配"); }