郑永安
2023-07-03 09518125df13e9fe91a8d1f210087ccbc0952290
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);
    }
}