From 5d52238c506c6a819ace4413b6f1cfd2247cfbd2 Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期三, 22 五月 2024 10:26:41 +0800 Subject: [PATCH] 提交拉取 --- north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java b/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java index 6590ace..55e7edd 100644 --- a/north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java +++ b/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); + } } -- Gitblit v1.8.0