zhangherong
2025-06-02 4aea11bda27aa35b09972ef1bd370a1bee82ed9a
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);
    }
}