廖井涛
2024-05-28 591df47bf8cb5518f367a4f7c8c0b94e810ca5c2
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);
    }
}