src/main/java/com/zy/asrs/service/impl/BasDevpServiceImpl.java
@@ -67,9 +67,9 @@ // if(!station.getInEnable().equals("Y")) { // throw new CoolException(devpNo+"站点不是可入状态"); // } if(wrkMastService.getWorkingMast(devpNo)>0){ throw new CoolException(devpNo+"站点不能同时生成两笔入库工作档"); } // if(wrkMastService.getWorkingMast(devpNo)>0){ // throw new CoolException(devpNo+"站点不能同时生成两笔入库工作档"); // } } return station; }