yb
4 天以前 bbfc6a9a5b3a899c7405d06454d315d8c283e23f
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);
    }
    /**