guoyujie
2025-06-30 0ef25f5a127a36e2ed43d2884e066322e22e4d6e
north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
@@ -459,6 +459,7 @@
        if (process.equals("全部")){
            process="";
        }
        return reportMapper.exportTeamOutputMp(date,process);
        String laminating = reportMapper.getLaminating(process);
        return reportMapper.exportTeamOutputMp(date,process,laminating);
    }
}