From 99e62e5aac2d5f9d4483a8d0c6005c689b242e6f Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 01 十二月 2025 16:32:27 +0800
Subject: [PATCH] 补充

---
 north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java |    1 -
 1 files changed, 0 insertions(+), 1 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 5634371..6b1f586 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
@@ -1680,7 +1680,6 @@
         List<String> list = new ArrayList<>();
         list.add(startDate);
         list.add(endDate);
-        System.out.println(list);
         map.put("selectDate",list);
         return map;
     }

--
Gitblit v1.8.0