Lius
2024-05-13 ded87427ffd9d8d74ad7cdae5c838b2f07e08f56
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java
@@ -70,13 +70,4 @@
        return this.removeByIds(Arrays.asList(ids.split(",")));
    }
    /**
     * 根据设备类型名称查询设备类型图片
     * @param equipmentType
     * @return
     */
    @Override
    public String findEquipmentTypeImage(String equipmentType) {
        return this.baseMapper.findEquipmentTypeImage(equipmentType);
    }
}