From dd80c84ccb3d2784a016db54c4de6565368a6e97 Mon Sep 17 00:00:00 2001 From: 廖井涛 <2265517004@qq.com> Date: 星期四, 23 五月 2024 10:39:27 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- 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