src/main/java/com/nanometer/smartlab/service/SysWarehouseServiceImpl.java
@@ -339,7 +339,6 @@ ors.setContainerId(reagentReceiving.getLabContainerId()); ors.setHouseId(reagentReceiving.getLabId()); ors.setUserId(reagentReceiving.getApplyUserId()); opeReagentStatusService.updateReagentStatus(ors); if (opeReagentStatusService.isAllowWarehouseUse(ors)) { // 减少库存 @@ -385,4 +384,9 @@ sysLaboratory.setDepartment(sysWarehouse.getDepartment()); sysLaboratoryService.updateSysLaboratory(sysLaboratory); } @Override public List<Map> getAllWarehouse() { return sysWarehouseDao.selectAllWarehouse(); } }