Lius
2025-05-15 5a0dbf5c84f677c9f20252ccc63221dc7ba68d6c
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcWorkshopInfoServiceImpl.java
@@ -22,12 +22,12 @@
    /**
     * 大屏信息
     * @param workshopId
     * @param productionId
     * @return
     */
    @Override
    public List<MdcBigScreenEquipmentDto> getBigScreenInfo(String workshopId) {
        return this.baseMapper.getBigScreenInfo(workshopId);
    public List<MdcBigScreenEquipmentDto> getBigScreenInfo(String productionId) {
        return this.baseMapper.getBigScreenInfo(productionId);
    }
    /**