north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java
@@ -329,4 +329,8 @@ map.put("data",reportMapper.rawMaterialRequisitionMp( selectTime1,selectTime2,report)); return map; } public List exportCrossProcessBreakingSv(List<LocalDate> dates) { return reportMapper.exportCrossProcessBreakingMp(dates); } }