mitao
2025-02-12 ffb7bf307d13056bcf244b949cfe2f0ff15e0001
medicalWaste-system/src/main/java/com/sinata/system/service/impl/MwProtectionEquipmentServiceImpl.java
@@ -185,7 +185,6 @@
     */
    @Override
    public List<MwProtectionEquipmentVO> queryList() {
        List<MwProtectionEquipment> list = list();
        return BeanUtils.copyToList(list, MwProtectionEquipmentVO.class);
        return baseMapper.queryList();
    }
}