lyfO_o
2021-10-22 d1e49b501683db8593dd2dda9eb5426feee1f6cb
src/main/java/com/nanometer/smartlab/service/HazardousWasteServiceImpl.java
@@ -167,4 +167,9 @@
        return hazardousWasteMapper.setAllWasterCount(starttime, endtime, status, applyPerson);
    }
    @Override
    public HazardousWaste selectById(Long id) {
        return hazardousWasteMapper.selectByPrimaryKey(id);
    }
}