north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
@@ -439,7 +439,9 @@ public List exportTeamOutputSv(Map<String, Object> dates) { List<LocalDate> date= (List<LocalDate>) dates.get("date"); String process= (String) dates.get("processes"); if (process.equals("全部")){ process=""; } return reportMapper.exportTeamOutputMp(date,process); } }