郑永安
2023-07-07 753f714fa0554af371c5163ac344e7c26db0d8c3
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);
    }
}