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); } /**