src/main/java/com/nanometer/smartlab/service/HazardousWasteServiceImpl.java
@@ -162,4 +162,14 @@ hazardousWasteMapper.updateByPrimaryKeySelective(hazardousWaste); } @Override public List<HazardousWaste> setAllWasterCount(String starttime, String endtime, String status, String applyPerson) { return hazardousWasteMapper.setAllWasterCount(starttime, endtime, status, applyPerson); } @Override public HazardousWaste selectById(Long id) { return hazardousWasteMapper.selectByPrimaryKey(id); } }