zhangherong
2025-05-14 f813d91421ff6a24b30ef3d1b5d123c08e8331a5
lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentServiceImpl.java
@@ -1052,4 +1052,9 @@
        return this.baseMapper.findByProIds(proIds);
    }
    @Override
    public MdcBoardEquRealTImeVo getByEquipmentId(String equipmentId) {
        return this.baseMapper.getByEquipmentId(equipmentId);
    }
}