Lius
2025-03-03 c978d8b1de46a5a12f9d76b061815614fc4ac6ef
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);
    }
    /**